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
