There are some things here that you need to keep in mind.
Java will not be able to find a jar file that is included within a jar
file. In your case, you should not include the xerces.jar and socket.jar
file in your MSX.jar file.
When using the -jar option and your Manifest includes a Class-Path
Tim Davidson wrote:
I have a related question.
Its it possible to create the manifest for a jar on the fly somehow?
The reason is to add a timestamp inside the JAR for versioning?
something like:
Use the manifest task to create your man
Hi Kevin,
When I encounter such a problem, I would start out by removing ant from
the picture.
Run the java command from the command and determine if it runs as expected.
If this works, I would recommend that you generate a production type
distribution that you test using ant. Test and determi