Icon Launcher + .jar file

NoOp glgxg at sbcglobal.net
Fri Jul 6 01:07:38 UTC 2007


On 07/05/2007 05:11 PM, Dom Incollingo wrote:
> To the best of my knowledge, you cannot execute a jar the same way that you
> would execute a script or an executable program.  You normally execute a jar
> file using the -jar option of the java program.  For example:
> 
> java  -jar  <jar name>
> 
> Or in your case,
> 
> cd  /home/gg/javascore/
> java  -jar  JavaScore.jar
> 
> Hope this helps.
> 
> Dom
> 

YES! Thank you, thank you, thank you, Dom!

Icon properties were reset to:

java  -jar  /home/gg/javascore/JavaScore.jar

and it now works perfectly. :-)

Any link to documentation on this so that I understand better why you
need the java -jar command?








More information about the ubuntu-users mailing list