Jar File

Dears:Can any one, tell me how to creat JAR file for java application.Thanks and best regards
[114 byte] By [Mr.shaggya] at [2007-10-2 21:37:23]
# 1
Putting your exact question into google gives you your answer:[url http://www.google.com/search?q=Can+any+one%2C+tell+me+how+to+creat+JAR+file+for+java+application.] http://www.google.com/search?q=Can+any+one%2C+tell+me+how+to+creat+JAR+file+for+java+application.[/url]
jverda at 2007-7-14 0:51:41 > top of Java-index,Java Essentials,Java Programming...
# 2

By using the jar.exe pgm. At the command prompt, key in help jar and hit enter. For more information, you can check out the tutorials on this subject. This will create a .zip formatted file which, with a manifest file added, and when run via javaw.exe, or at the command prompt using java -jar, will become an executable process/application.

abillconsla at 2007-7-14 0:51:41 > top of Java-index,Java Essentials,Java Programming...