DonCash
Aug 7th, 2007, 04:38 AM
Hey,
I am used to writing Java programs which run on a command line.
I normally make a jar file and run this command in unix:
java -jar myapp.jar
to run the file...
I have wrote a Java Swing app for the first time and am wondering how I package this up for users to be able to run it?
jar files don't seem to do it.
Any ideas? :confused:
Thanks for the help! :thumb:
I am used to writing Java programs which run on a command line.
I normally make a jar file and run this command in unix:
java -jar myapp.jar
to run the file...
I have wrote a Java Swing app for the first time and am wondering how I package this up for users to be able to run it?
jar files don't seem to do it.
Any ideas? :confused:
Thanks for the help! :thumb: