Hello Stephane, [EMAIL PROTECTED] wrote:
Thanks a lot Vincent,
I didn't know about this manifest's Class-Path trick, its very convenient.
However I am suprised as I cannot extract the META-INF/MANIFEST.MF file from the archive to see its content, for instance:
jar xvf META-INF/MANIFEST.MF batik-squiggle.jar
jar xvf /META-INF/MANIFEST.MF batik-squiggle.jar
jar xvf MANIFEST.MF batik-squiggle.jar
they all return a "File not found" exception (but I can see it with jar tvf batik-squiggle.jar !)
What is strange also is that if I run:
java -jar batik-squiggle.jar
without copying first the jar files contained in the lib folder in my ~/Library/Java/
Extensions folder, the spash screen appears and then I got a org.apache.crimson.parser.XMLReaderImpl not found exception
in a pop-up window.
If I copy first the jars into my ~/Library/Java/Extensions then I do not get the splash
screen but I get a locale exception directly in the terminal window as I described
in my previous email....
Do you see any reason for that ?
No. May be Thomas (who often works on Mac OS X) will have more idea? Vincent.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
