Install Eclipse 3 under Red Hat Linux 10

Source: Internet
Author: User
Tags gtk zip root directory linux
I was using VMware 4 installation for debugging on WinXP.

1. Assuming you have installed VMware 4 and Linux

2, under the J2sdk-1_4_2_05-linux-i586-rpm.bin, save under the/mnt

3, chmod +x J2sdk-1_4_2_05-linux-i586-rpm.bin, to solve the j2sdk-1_4_2_05-linux-i586.rpm

4, the installation process basically do not need to intervene, J2SDK installed, the following installation Eclipse-sdk-3.0-linux-gtk.zip

5. Extract the Eclipse-sdk-3.0-linux-gtk.zip into the/opt

6. Write a script to start eclipse

#!/bin/bash
#
# Perform Eclipse 2.1.1
#
Export java_home=/usr/java/j2sdk1.4.2_01
Export Classpath=/usr/java/j2sdk1.4.2_01/lib
/opt/eclipse/eclipse-vm/usr/java/j2sdk1.4.2_01/bin/java-data ~/workspace &
# The-VM parameter is used to specify which JVM to use to perform eclipse,
# The-date parameter is used to specify the data directory for Eclipse. This specifies that it exists in the workspace directory under the user's root directory (~)

Save the script to/usr/local/bin, call runeclipse.sh, and assign the runeclipse.sh 755 permissions

7, create an initiator on the desktop, random Select an icon,/OPT/ECLIPSE/ICON.XPM is the eclipse itself with the icon



Related Article

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.