Created
December 16, 2017 18:21
-
-
Save johnjohndoe/cf0cf1b5100d43398ac9c26daf9fd296 to your computer and use it in GitHub Desktop.
Ubuntu desktop file for IntelliJ with Java 8. Location: ~/.local/share/applications/jetbrains-idea-ce.desktop
This file contains 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
jetbrains-idea-ce.desktop | |
[Desktop Entry] | |
Version=1.0 | |
Type=Application | |
Name=IntelliJ IDEA Community Edition | |
Icon=/home/USERNAME/bin/idea-IC-172.3942.27/bin/idea.png | |
Exec=env JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 /home/USERNAME/bin/idea-IC-172.3942.27/bin/idea.sh %f | |
Comment=The Drive to Develop | |
Categories=Development;IDE; | |
Terminal=false | |
StartupWMClass=jetbrains-idea-ce |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment