Article Title: Fedora8JDKEclipseMyeclispe installation configuration. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
I. JDK installation:
1. Download jdk: http://java.sun.com version such as: jdk-1_5_0_15-linux-i586-rpm.bin
2. Install jdk
A) Go to the jdk directory.
B) $ su
#./Jdk-1_5_0_15-linux-i586-rpm.bin
C) Press Enter to end
3. Environment Configuration
A) $ gedit/etc/profile. d/java. sh
B) in java. sh, enter:
Export JAVA_HOME =/usr/java/jdk1.5.0 _ 15
Export CLASSPATH =.: $ JAVA_HOME/lib/dt. jar: $ JAVA_HOME/lib/tools. jar: $ JAVA_HOME/lib
Export PATH = $ JAVA_HOME/bin: $ PATH
4. Restart the host
5. test whether the installation is successful.
$ Java? Vesion
6. If "JDK 1.5.0 _ 15" is displayed, the installation is successful.
II. Ecplise Installation
1. Download eclipse: http://www.eclipse.org version such as: eclipse-SDK-3.3.2-linux-gtk.tar.gz
2. Copy eclipse to the directory to be installed
Example: $ cp eclipse-SDK-3.3.2-linux-gtk.tar.gz/home/user
3. Go to the directory where you want to install eclipse, and decompress it with the following command:
$ Tar zxvf eclipse-SDK-3.3.2-linux-gtk.tar.gz
4. Go to the eclipse directory and run the following command to start eclipse
$./Eclipse
3. Install Myeclipse
1. Download Myeclipse: http://www.myeclipseide.com version such:
MyEclipse_6_0_1GA_E3_3_1_Installer.bin
2. Copy MyEclipse to the directory to be installed.
For example:
$ Cp MyEclipse_6_0_1GA_E3_3_1_Installer.bin/home/user
3. Go to the directory where MyEclipse is to be installed, and use the following command to install
$./MyEclipse_6_0_1GA_E3_3_1_Installer.bin
4. click next.
5. Select the directory where eclipse is located
6. Select the directory for installing MyEclipse
7. Next
8. After the installation is complete, go to the Myeclipse directory and execute
$ Sh myeclipse. sh
Or
$./Myeclipse. sh
Start Myeclipse
9. Configure Myeclipse