Friday, October 19, 2012

Run Eclipse In Linux


1. Install Eclipse in Linux:
Download the Eclipse :
for 32-bit :Eclipse_32-bit
For 64- bit :Eclipse_64-bit
For more info :http://www.eclipse.org/downloads/
2. Extract the eclipse-jee-indigo-sr2.xx.tar.gz to your desired directory (Eg:/home/username/)
3. open “eclipse.ini” file and change/add  vm argument parameter as follow:

-vmargs
-Dorg.eclipse.swt.browser.UseWebKitGTK=true (new)
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=512m
-Xms256m
-Xmx512m

4. Save the file
5. Open terminal
username@localhost$:
6. login as root user
$su
$ **********(Password)
7. type the following command in terminal, Create the reference of .so file to the current user
$ ln -s /usr/lib/libwebkitgtk-1.0.so.0 /usr/lib/libwebkit-1.0.so.2
8. Now click on eclipse icon to run it.

Note: Please make sure that JDK should be installed in your system.

No comments:

Post a Comment