Skip to content

Instantly share code, notes, and snippets.

@schuhumi
Created May 16, 2015 18:34
Show Gist options
  • Save schuhumi/0f1f13c6e2f35af15990 to your computer and use it in GitHub Desktop.
Save schuhumi/0f1f13c6e2f35af15990 to your computer and use it in GitHub Desktop.
launch java jar with nautilus, save as ~/.local/share/applications/run-jar.desktop
[Desktop Entry]
Encoding=UTF-8
Type=Application
Exec=java -jar %f
Icon=java
Name=run-jar
Name[zh_CN]=run-jar
Comment=Run the jar file
Comment[zh_CN]=运行 JAR 文件
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment