Normally I start Batik like this:
java -jar batik-1.5.1/batik.jar
but I've just noticed that I can't use any extensions. I found that the
Service class doesn't find the META-INF/services/* files to load the
extensions. After playing around I found that if I use this command
line:
CLASSPATH=batik-1.5.1/batik.jar:batik-1.5.1/lib/batik-extension.jar:$CLASSPATH \
java org.apache.batik.apps.svgbrowser.Main
then they do load. Why is this?
Thanks,
Cameron
--
Cameron McCormack
| Web: http://mcc.id.au/
| ICQ: 26955922
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]