天天看點

Centos修煉----->Centos7之安裝eclipse

Centos安裝eclipse

安裝好JDK之後安裝eclipse

1–下載下傳eclipse-mars版壓縮包并解壓

tar -zxvf eclipse-java-mars--linux-gtk-x86_64.tar.gz -C /opt
           
  • 2–使用符号連接配接目錄,符号連結的用法 ln -s 源檔案 目标檔案 ,-s 是符号的意思(symbolic)軟連接配接
ln -s /opt/eclipse/eclipse /usr/bin/eclipse 
           

2–建立一個桌面啟動器

vim /usr/share/applications/eclipse.desktop

然後添加如下代碼

[Desktop Entry]

Encoding=UTF-8

Name=EclipseMars

Comment=Eclipse mars

Exec=/usr/bin/eclipse

Icon=/opt/eclipse/icon.xpm

Categories=Application;Development;Java;IDE

Version=1.0

Type=Application

Terminal=0