Re: Combine all the jar into one JAR
Eric Chow wrote:
> Hello,
>
> Is there any function in NetBeans 6.1 to combine all the JAR library
> into one JAR?
Interesting question: unfortunately I don't know.
Manually, you could unpack all your JARs to the same folder, and than JAR/ZIP
the contained files to one JAR file.
But of course this is not comparable to NB's helpful automatic JAR file
generation...
-Richard