CentOS 7.2 Installation Eclipse

Source: Internet
Author: User
Tags gtk

1. Download eclipse


http://mirrors.neusoft.edu.cn/eclipse/technology/epp/downloads/release/luna/SR2/ Eclipse-jee-luna-sr2-linux-gtk-x86_64.tar.gz

2. Installing the Java Environment
# yum install -y java# java -versionjava version "1.8.0_11"Java(TM) SE Runtime Environment (build 1.8.0_11-b12)Java HotSpot(TM) 64-Bit Server VM (build 25.11-b03, mixed mode)
3. Start the installation of Eclipase
# tar xf eclipse-jee-luna-SR2-linux-gtk-x86_64.tar.gz -C /opt      #将eclipse解压到/opt目录下# ln -s /opt/eclipse/eclipse /usr/bin/eclipse     #创建软连接# vim /usr/share/applications/eclipase.desktop       #创建一个 启动项[Desktop Entry]Encoding=UTF-8Name=Eclipse 4.4.2Comment=Eclipse LunaExec=/usr/bin/eclipseIcon=/opt/eclipse/icon.xpmCategories=Application;Development;Java;IDEVersion=1.0Type=ApplicationTerminal=0

The installation is now successful.

CentOS 7.2 Installation Eclipse

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.