Is this even possible?
I have two jar files, myApp.jar and myLib.jar, is it possible to put myLib.jar inside myApp.jar and still be able to load classes from it that myApp.jar can use?
Current I cannot find out how to do it. The program works if myLib.jar is in the same directory as myApp.jar (ie at the same level), but for CM reasons I would much prefer to store myLib.jar inside myApp.jar (ie beneath myApp.jar), giving me only 1 file to transport around instead of two.
Anyone tried this before? ----------------------------------------
There are no onions, only magic
----------------------------------------
I have two jar files, myApp.jar and myLib.jar, is it possible to put myLib.jar inside myApp.jar and still be able to load classes from it that myApp.jar can use?
Current I cannot find out how to do it. The program works if myLib.jar is in the same directory as myApp.jar (ie at the same level), but for CM reasons I would much prefer to store myLib.jar inside myApp.jar (ie beneath myApp.jar), giving me only 1 file to transport around instead of two.
Anyone tried this before? ----------------------------------------
There are no onions, only magic
----------------------------------------