Problem with tutorial examples in latest release
Posted: Thu 14. Jul 2011, 01:41
Hi,
I just tried updating to the latest release. As part of that procedure I try to run the de.jreality.tutorial.geom.Cube05 example. I'm encountering the following error:
Thanks,
Norman
I just tried updating to the latest release. As part of that procedure I try to run the de.jreality.tutorial.geom.Cube05 example. I'm encountering the following error:
- $ java de.jreality.tutorial.geom.Cube05
Jul 13, 2011 4:33:41 PM de.jtem.jrworkspace.plugin.simplecontroller.SimpleController startup
SEVERE: java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:997)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1323)
at de.jtem.jrworkspace.plugin.simplecontroller.SimpleController.startup(SimpleController.java:394)
at de.jreality.plugin.JRViewer.startup(JRViewer.java:387)
at de.jreality.plugin.JRViewer.display(JRViewer.java:537)
at de.jreality.tutorial.geom.Cube05.main(Cube05.java:91)
Caused by: java.lang.NoSuchMethodError: de.jreality.plugin.basic.Scene.addChangeListener(Ljavax/swing/event/ChangeListener;)V
at de.jreality.plugin.scene.Lights.install(Lights.java:90)
at de.jreality.plugin.scene.Lights.install(Lights.java:115)
at de.jtem.jrworkspace.plugin.simplecontroller.SimpleController.activatePlugin(SimpleController.java:552)
at de.jtem.jrworkspace.plugin.simplecontroller.SimpleController$1.run(SimpleController.java:355)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Possibly no jogl in classpath!
Exception in thread "main" java.lang.NoSuchMethodError: de.jreality.plugin.basic.Scene.addChangeListener(Ljavax/swing/event/ChangeListener;)V
at de.jreality.plugin.basic.View.install(View.java:238)
at de.jtem.jrworkspace.plugin.simplecontroller.SimpleController.activatePlugin(SimpleController.java:552)
at de.jtem.jrworkspace.plugin.simplecontroller.SimpleController.getPlugin(SimpleController.java:585)
at de.jreality.plugin.JRViewer.getPlugin(JRViewer.java:279)
at de.jreality.plugin.JRViewer.getViewer(JRViewer.java:287)
at de.jreality.plugin.JRViewer.display(JRViewer.java:538)
at de.jreality.tutorial.geom.Cube05.main(Cube05.java:91)
Thanks,
Norman