B
Bas
Hi,
I'm trying to create a jar so the end user can simply start the
application like this:
java -jar somejar.jar
This is all fine except how can I embed libraries (in jars) in this jar
file and have them appear in the classpath? Or do I need to unjar those
libraries individually and jar them into the new archive?
My brain must be f*cked up after creating .war's and .ear's for too
long
Cheers,
Bas.
I'm trying to create a jar so the end user can simply start the
application like this:
java -jar somejar.jar
This is all fine except how can I embed libraries (in jars) in this jar
file and have them appear in the classpath? Or do I need to unjar those
libraries individually and jar them into the new archive?
My brain must be f*cked up after creating .war's and .ear's for too
long
Cheers,
Bas.