PDA

View Full Version : How to create a .jar File from the JAVA Source Code


me_ankitroy
05-08-2008, 12:19 PM
Can anyone tell me How to create a .jar File from the JAVA Source Code...is there any software to do this.....

ray|raven
05-08-2008, 12:27 PM
jar cf jar-file-name <input-file[s]>

More Info. (http://java.sun.com/developer/Books/javaprogramming/JAR/basics/build.html)