几个月前我在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版本。
请告诉我如何解决?
答案 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