Install Eclipse manually in Linux Shell Environment

Source: Internet
Author: User

Install Eclipse manually in Linux Shell Environment

PC environment: CentOS 6.5

Eclipse version: eclipse-jee-kepler-SR2-linux-gtk-x86_64.tar.gz

(; Http://www.eclipse.org/downloads/download.php? File =/technology/epp/downloads/release/kepler/SR2/eclipse-standard-kepler-SR2-linux-gtk-x86_64.tar.gz)

If JDK has been installed, the following describes the installation steps.

1. Use su to switch to the root mode or add sudo before each of the following commands.

2. Decompress eclipse

Tar-xvzf eclipse-jee-kepler-SR2-linux-gtk-x86_64.tar.gz-C/opt

Note: (1) the file name to be decompressed varies according to the downloaded version. (2) use-C to switch the target address to/opt. The target address can be freely changed, but it is recommended to use/opt.

3. Change the current path

Cd/opt

4. Change eclipse-related Permissions

Chmod-R + r/opt/eclipse

Touch/usr/bin/eclipse

Chmod 755/usr/bin/eclipse

5. Add scripts started from shell

Vi/usr/bin/eclipse

Write the following content to the file and save it.

#! /Bin/sh

Export ECLIPSE_HOME = "/opt/eclipse"

$ ECLIPSE_HOME/eclipse $ *

6. After the configuration is complete, enter the eclipse command on the shell side to start the program and set the workspace.

Install Java 8 and Eclipse 14.04 on Ubuntu 4.4 LTS

Hadoop Eclipse plug-in compilation and installation 1.2.0

Compile Hadoop plug-in Eclipse

Hadoop 1.2.1 compile Eclipse plug-in

Install JDK and Eclipse for C/C ++ in Ubuntu 13.10 (solving global menu problems)

How to install the latest Eclipse version in Ubuntu 14.04

This article permanently updates the link address:

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.