java - How to make a jar file? -
How do I create a jar file from both the command line and Netbeans 6.7?
command usage:
jar cf file file input file (S)
Using:
Packaging & gt; Jar & lt; / Packaging & gt; Using
:
& lt; Jar destfile = "$ {dist} /lib/app.jar" basedir = "$ {build} / class" />
Comments
Post a Comment