Linux system installation Eclipse method introduction

  
1. Install jdk
to the SUN website to download the jdk installation program, run it as root, you will get a folder containing jdk, the name is similar to jdk1.5. Execute the following code:
mv jdk1.5 /usr/local/lib
ln -sf /usr/local/lib/jdk1.5/bin/java /usr/bin/java
ln -sf /usr/local/lib/jdk1.5/bin/javac /usr/bin/javac
2. Install Eclipse
to the official Eclipse website to download the Eclipse installation package, such as eclipse-SDK-3.2-linux- Gtk.tar.gz, after extracting, get a folder called eclipse. Drag the eclipse/eclipse file to the taskbar to create a shortcut. Click on the shortcut to run Eclipse.

Copyright © Windows knowledge All Rights Reserved