Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Class Not found Exception
Class Not found Exception [message #207668] Fri, 20 January 2006 01:46
Eclipse UserFriend
Originally posted by: archis.ufl.edu

Hi,
I'm developing an eclipse plugin by modifying the shapes editor example. When I launch the plugin, I get the following error message.

** Load failed. Using default model. **
java.lang.ClassNotFoundException: edu.ufl.cise.tct.model.ShapesDiagram
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:405)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:350)
at
org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader. loadClass(AbstractClassLoader.java:78)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
...

Could someone please help me in figuring out the reason behind this error?

TIA
Previous Topic:Changing the image of a Draw2D's button
Next Topic:How to save Editor's Models using serializable
Goto Forum:
  


Current Time: Fri Apr 26 22:09:04 GMT 2024

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

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

Back to the top