I want to design a small Java Program(Swings), Which will take some input as text and after pressing a JButton, creates a jar file in the output..
Hope i have given enough information..
Thanks a Lot!!.
|
I want to design a small Java Program(Swings), Which will take some input as text and after pressing a JButton, creates a jar file in the output.. Hope i have given enough information.. Thanks a Lot!!. |
|||||
|
|
use this for a file such as xyz.java jar cfe xyz.jar xyz *.class; in the command prompt after making the .class file.... |
|||
|
|
|
You could use JarOutputStream |
|||
|
|