H
hilz
Hi all:
I am trying to create a library "myLib.jar" that includes three other jar
files:
myLibA.jar
myLibB.jar
myLibC.jar
I want myLib.jar to contain only myLibA.jar, myLibB.jar and myLibC.jar and a
manifest file
what do i need to include in the manifest file such that when an application
adds myLib.jar to its classpath, it will have access to the three included
libraries?
is that possible at all? if not, then what is the alternative?
thanks in advance for any answers or pointers.
hilz
I am trying to create a library "myLib.jar" that includes three other jar
files:
myLibA.jar
myLibB.jar
myLibC.jar
I want myLib.jar to contain only myLibA.jar, myLibB.jar and myLibC.jar and a
manifest file
what do i need to include in the manifest file such that when an application
adds myLib.jar to its classpath, it will have access to the three included
libraries?
is that possible at all? if not, then what is the alternative?
thanks in advance for any answers or pointers.
hilz