Page 1 of 1

"getting started" bugs

Posted: Fri 12. Jan 2007, 00:26
by ivan
The last two versions of jReality.jar cause the ?getting started? example to fail. For the ?Dec1st? the error is:
$java de.jreality.tutorial.Cube04
Exception in thread "main" java.lang.NoClassDefFoundError: de/jtem/beans/InspectorPanel
at de.jreality.tutorial.Cube04.main(Cube04.java:72)

For the ?Dec22nd? the error is:
$ java de.jreality.tutorial.Cube04
Exception in thread "main" java.lang.NoClassDefFoundError: bsh/EvalError
at de.jreality.tutorial.Cube04.main(Cube04.java:72)

((This is w or w/o jogl.))

The ?Nov1st? version worked/works. Any suggestions would be appreciated.

Thanks, Ivan

Re: "getting started" bugs

Posted: Sat 13. Jan 2007, 13:17
by steffen
ivan wrote:The last two versions of jReality.jar cause the ?getting started? example to fail. [...] The ?Nov1st? version worked/works. Any suggestions would be appreciated.
Dear Ivan,

we missed to handle the errors that occur if not all the external libraries are available. The errors come from the Navigator- and BeanShell-Panel (open with Ctrl-Shift-N and Ctrl-Shift-B in the ViewerApp). I will check that this will work in future versions again.

For now, just include all the jars in jReality-3rd-party.zip in the CLASSPATH. Then everything should work.

Good luck, Steffen.

Posted: Mon 15. Jan 2007, 06:09
by ivan
Thanks Steffen,

That solved the problem.

Best, Ivan