Thread: launcher for .jar
i need make launche button jar program in menu (classic 12.04)
managed have shortcut on desktop, have in menu. when create entry menu, not work.
think .sh script, in fact have 1 , 1 not work.
#!/bin/sh
java -jar ./portablepgp.jar
how better? works?
try using full path .jar file. example:
code:#!/bin/sh java -jar /home/user/portablepgp.jar
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] launcher for .jar
Ubuntu
Comments
Post a Comment