Thursday, May 24, 2012

Eclipse Loading Error of missing files libswt-gtk-3730.so

After Installing Eclipse when i run it at always give me pop up to see the log file when i see the log file it says two files are missing  .

Can't load library: /home/xxx/.swt/lib/linux/x86/libswt-gtk-3730.so
        Can't load library: /home/xxx/.swt/lib/linux/x86/libswt-gtk.so
Simple quick solution is that you run this command on terminal and then launch the eclipse from terminal
export LD_LIBRARY_PATH="/usr/lib/jni" 

Wednesday, May 16, 2012

Installing php apache mysql phpmyadmin on ubuntu 12.04

Here are the steps to install php mysql apache and php myadmin.

  1.  sudo su
  2. apt-get install mysql-server mysql-client
  3. apt-get install php5 libapache2-mod-php5
  4. apt-get install apache2
  5. /etc/init.d/apache2 restart
  6. apt-get install php5-mysql php5-curl php5-intl
  7. /etc/init.d/apache2 restart
  8. apt-get install phpmyadmin





Tuesday, May 15, 2012

Showing Date in Ubuntu 12.04

After Installing Ubuntu 12.04 , i was wondering where the date gone it only shows you time , To show date i found this solution

Please run that on terminal

gsettings set com.canonical.indicator.datetime show-date true