Home > Mobile >  the eclipse launcher does not exist
the eclipse launcher does not exist

Time:10-13

I downloaded the eclipse from the official site then i ruining the command sudo ./eclipse-inst i choose the installation folder in /user then the installation is completed with success and i tested a hello example and it's work . But i didn't find th launch icon on my application. i created a file eclipe.desktop sudo nano /usr/share/applications/eclipse.desktop and add this config . but i still have the same problem

[Desktop Entry]
Encoding=UTF-8
Name=Eclipse IDE
Comment=Eclipse IDE
Exec=/usr/eclipse/eclipse
Icon=/usr/eclipse/icon.xpm
Terminal=false
Type=Application
StartupNotify=false
 

how can i launch eclipse and solve this problem

CodePudding user response:

i used this command and it's work sudo chmod 775 -R/root/

CodePudding user response:

if you want you have a easier way to install eclipse on GNU/Linux with the Eclispe Installer, you will can also update it in a easier way. Eclipse installer on Linux

  • Related