Chimera wrote:

---- Problem:

When trying to run the JSVGCanvas tutorial, I get errors, presumably because
Crimson is not in my path?  Compiles fine, even runs, just will not load any
files with the 'Open...' button.  Errors thrown are below.

It looks to me like you are missing one or more of the Batik Jar files. In particular the method that throws the initializer error is most likely trying to reference a class from batik-util.jar. If you are working from source you are probably missing the 'resources' directory from your classpath.

   For a complete description of the Batik Jar file dependencies
take a look at: http://xml.apache.org/batik/install.html
page it has a section which shows all of the jar file dependencies.

I suspect this is because Crimson is not on my path. Where do I find
Crimson, or is the tutorial simply out of date (like many of the tutorials I
have found on the web dealing with Java + SVG, including Sun's site)?

Crimson is no longer used, so yes the text referencing 'crimson' is out of date, the rest seems pretty good, thanks for pointing this out.




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



Reply via email to