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?![]()
Thanks for the help!![]()




Reply With Quote