Hey All,
I have a simple
soap client written using xfire. It has several jars that it references to other jars. I can run it fine when the directory structure is like this
Directory
|
+- start.bat
|
+- MyJarFile.jar
|
+- lib
|
+- All the referenced jar files
and i use the batch job to add all the jars in /lib to the classpath and it starts great.
My question is, can you add all the third party jars inside the jar file and have tell the manifest file that they are in there? I know you can do it with the jars outside your jar, but what is the syntax of the Class-Path: header in the manifest if the jar is inside the other jar? Well, first off, is this even possible?
THanks,
Matt