Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Class not found
Class not found [message #186904] Thu, 07 July 2005 14:19
Eclipse UserFriend
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
Previous Topic:How to contributa a console view
Next Topic:Benefits of draw2D over drawing with SWT
Goto Forum:
  


Current Time: Tue Dec 03 08:53:34 GMT 2024

Powered by FUDForum. Page generated in 0.02086 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top