AFAIK, you can only address classes in your executable jar or external jars that are referenced by your class-path attribute.

-hendrik

On Apr 14, 2005, at 16:59, A. Kevin Baynes wrote:

Is it possible to include a JAR inside of an executable JAR and have
the inner JAR's classes automatically added to the classpath?

I see that I can use the Class-Path attribute of the manifest file to
reference an extension jar, but it appears to me that the extension
jar must be external to the executing jar. I've tried variations on
it, but can't get it right.

I also know that I could just unzip the extension JAR's classes and
build them into my executable JAR... Is this my only alternative?

Thanks!

~akb
_________________
A. Kevin Baynes

_______________________________________________
Juglist mailing list
[email protected]
http://trijug.org/mailman/listinfo/juglist_trijug.org



_______________________________________________
Juglist mailing list
[email protected]
http://trijug.org/mailman/listinfo/juglist_trijug.org

Reply via email to