Class not found [message #186904] |
Thu, 07 July 2005 14:19 |
Eclipse User |
|
|
|
Originally posted by: p.g.hoekerd.student.utwente.nl
Hello,
I am making a plugin which allows user to create a diagram and export it to
svg using batik's svg
I use a batik eclipse plugin and imported the plugin in my plugin.xml
However I have a problem
It gives an java.lang.NoClassDefFoundError:
org/apache/batik/xml/XMLUtilities
I first thought: okay, maybe it can't find the file.
It gives and exception on this line: Document document =
domImpl.createDocument(null, "svg", null);
I guess underwater it tries to use XMLUtilities
However if I try to use the class directly, like by using
XMLUtilities.isXMLCharacter(125); (just an example),
that function does not give an exception
Is this some kinda bug in eclipse?
Peter Hoekerd
|
|
|
Powered by
FUDForum. Page generated in 0.02086 seconds