Created
April 8, 2018 08:16
-
-
Save ToanPV90/7e152c28880d109bb453889d57756968 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Create file /home/{username}/.local/share/applications/eclipse.desktop | |
2. Next, copy and paste the content below into the file and save | |
[Desktop Entry] | |
Name=Eclipse JEE Oxygen | |
Type=Application | |
Exec=/home/{username}/eclipse/jee-oxygen/eclipse/eclipse | |
Terminal=false | |
Icon=/home/{username}/eclipse/jee-oxygen/eclipse/icon.xpm | |
Comment=Integrated Development Environment | |
NoDisplay=false | |
Categories=Development;IDE; | |
Name[en]=Eclipse |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment