"getting started" bugs

Found a bug? Post here.
Post Reply
ivan
Posts: 2
Joined: Sat 16. Dec 2006, 08:25
Location: St Mary's College of Maryland
Contact:

"getting started" bugs

Post by ivan » Fri 12. Jan 2007, 00:26

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

User avatar
steffen
Posts: 186
Joined: Fri 16. Jun 2006, 13:30
Location: TU Berlin
Contact:

Re: "getting started" bugs

Post by steffen » Sat 13. Jan 2007, 13:17

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.

ivan
Posts: 2
Joined: Sat 16. Dec 2006, 08:25
Location: St Mary's College of Maryland
Contact:

Post by ivan » Mon 15. Jan 2007, 06:09

Thanks Steffen,

That solved the problem.

Best, Ivan

Post Reply