Install Eclipse under Linux

Source: Internet
Author: User

The prerequisite is that the JDK is already installed.
1. Download the Eclipse tar.gz package.
2. Unzip
Tar-zxv-f Bag
3. Go to the Unpacked folder and run the Eclipse-inst program

./eclipse-inst
Then there is the graphical interface.

Note This step does not operate with the root account, otherwise the normal account cannot run eclipse after installation
4. After the installation is complete, create the eclipse.sh file under/usr/local/bin.
Join Eclipse's execution file path, such as mine:
/home/eclipse/eclipse
Save exit.
5. Plus everyone's running privileges
chmod a+x eclipse.sh
6. Give eclipse.sh an individual name, will use SJ account in the following sentence to join/HOME/SJ/.BASHRC
Alias eclipse= ' eclipse.sh '
After saving the rollout, run
Source/home/sj/.bashrc

At this point, SJ can start eclipse by entering the Eclipse command directly at the command line.

If you do not want to install eclipse in the home, you can install and then use the root account to copy the Eclipse folder to/opt, only need to change the path of the eclipse.sh in the execution of the file, no other action can be as smooth as open eclipse!

Install Eclipse under Linux

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.