create jar file from command prompt
The fromat is :-
jar cf jarfile .*
For Example :- jar cf test.jar .*
this will add all file and create test.jar
The fromat is :-
jar cf jarfile .*
For Example :- jar cf test.jar .*
this will add all file and create test.jar
No comments:
Post a Comment