Hi Darrin,

Putting a directory that includes jar files on the path does nothing. You need
to explicitly include the jar files in the class path (if the referenced jar file includes
jar file dependencies (as batik-squiggle.jar and batik-rasterizier.jar do) then the
dependent jars will be added automatically. Alos the jdk/jre directories are
added automatically so you probably want something like:


% java -classpath batik-1.5/lib/batik-squiggle.jar



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to