Friday 18 October 2013

create jar file from command prompt

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


No comments:

Post a Comment