Hey folks, I just finished a java swing app that works perfectly if I double-click on the icon. But if I try to run it from command line via the following command it loads but immediately hangs:
java -jar /pathToFile/fileName.jar
Also, if I try dragging the icon to the panel (where I want it to be in the end) it just doesn't launch period. Any ideas why it would work on double-click but not by command?
Thanks!