I justed emerged/installed batik on my Gentoo Linux PC and would like to use Batik to view some SVG files I'm learning to write. The install of batik-src-1.5 went smoothly. A file named "package.env" is installed in /usr/share/batik, and under /usr/share/batik/lib are several files including batik-squiggle.jar.
Where did you get this distribution?
The normal directory layout would have batik-squiggle.jar and batik-rasterizer.jar in a top level directory (presumably /usr/share/batik) with a whole lot of other jars in a sub 'lib' directory. So it sounds like someone moved batik-squiggle into the 'lib' directory this would keep it from finding the other jar files it needs to run. So I think you may need to just move batik-squiggle.jar up to the /usr/share/batik directory.
I attempt to run squiggle with:
java -jar batik-squiggle.jar
And I get the following exception:
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/batik/util/PreferenceManager
Any ideas what I'm doing wrong or missing?
Thanks, Gregg Casillo
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]