如何在Ubuntu中将默认的eclipse IDE更改为新版IDE?

时间:2016-09-13 10:03:30

标签: java linux eclipse ubuntu-16.04

几个月前我在Ubuntu机器上安装了eclipse。

所以如果我输入命令

eclipse

版本3.8的Eclipse IDE加载。

但是现在我已经下载了“eclipse mars'版本,解压缩它及其在文件夹位置的存在

/home/rahul/Installers/Eclipse-Mars/eclipse

我也改变了文件的内容" eclipse.desktop"出现在路径

/usr/share/applications

 eclipse.desktop                                                                                                                      
 [Desktop Entry]
 Type=Application
 Name=Eclipse
 Comment=Eclipse Integrated Development Environment
 Icon=/home/rahul/Installers/Eclipse-Mars/eclipse/icon.xpm
 Exec=/home/rahul/Installers/Eclipse-Mars/eclipse/eclipse
 Terminal=false
 Categories=Development;IDE;Java;

但是如果我输入命令" eclipse"它加载了旧的Eclipse IDE,即3.8版本。

请告诉我如何解决?

1 个答案:

答案 0 :(得分:0)

首先尝试通过bellow命令获取现有eclipse的路径。

  

哪个日食

如果是/ usr / bin / eclipse

  

mv / usr / bin / eclipse /usr/bin/eclipse.old

然后

  

ln -s / home / rahul / Installers / Eclipse-Mars / eclipse / eclipse / usr / bin / eclipse

OR

  

EPATH =`哪个eclipse`; mv $ EPATH“$ EPATH.old”; ln -s / home / rahul / Installers / Eclipse-Mars / eclipse / eclipse $ EPATH