Fedora8JDKEclipseMyeclispe installation Configuration

Source: Internet
Author: User
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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.