- This topic has 1 reply, 2 voices, and was last updated 12 years, 7 months ago by support-swapna.
-
AuthorPosts
-
deryaaltuntasMemberI have some custom components, suddenly they are shown as invalid component in all forms added.I am tried changing dt.jar location, setting same java version my eclipse ini file and project path.But it does not work.When I run program, it is able to show components.
If I make any changes to form, all component references indicates errors.When I remove component Matisse Custom Palette, add again it gives exception
Can not load component class.the class must be compiled and must be on the classpath of project.
java.lang.ClassNotFoundException: com.siemens.siguard.client.gui.component.SingleSpinnerSelector
at com.genuitec.eclipse.dehory.util.MatisseClassLoader.findClass(MatisseClassLoader.java:335)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.netbeans.modules.form.project.ClassPathUtils.loadClass(ClassPathUtils.java:115)
at org.netbeans.modules.form.MetaComponentCreator.prepareClass0(MetaComponentCreator.java:1325)
at org.netbeans.modules.form.MetaComponentCreator.access$5(MetaComponentCreator.java:1310)
at org.netbeans.modules.form.MetaComponentCreator$4.run(MetaComponentCreator.java:1293)
at org.netbeans.modules.form.FormLAF$2.run(FormLAF.java:228)
at org.openide.util.Mutex.doEventAccess(Mutex.java:1355)
at org.openide.util.Mutex.readAccess(Mutex.java:317)
at org.netbeans.modules.form.FormLAF.executeWithLookAndFeel(FormLAF.java:213)
at org.netbeans.modules.form.MetaComponentCreator.prepareClass(MetaComponentCreator.java:1290)
at org.netbeans.modules.form.MetaComponentCreator.precreateVisualComponent(MetaComponentCreator.java:244)
at org.netbeans.modules.form.HandleLayer$NewComponentDrag.init(HandleLayer.java:2634)
at org.netbeans.modules.form.HandleLayer$NewComponentDrag.<init>(HandleLayer.java:2628)
at org.netbeans.modules.form.HandleLayer.mouseMoved(HandleLayer.java:1712)
at java.awt.AWTEventMulticaster.mouseMoved(Unknown Source)
at java.awt.Component.processMouseMotionEvent(Unknown Source)
at javax.swing.JComponent.processMouseMotionEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
support-swapnaModeratorderyaaltuntas ,
Your post has been answered. Please refer and follow it up here:
https://www.genuitec.com/forums/topic/matisse-invalidcomponent-can-not-load-class-2/#post-325046 -
AuthorPosts