Page 1 of 1

The import javax.media.j3d cannot be resolved

Posted: Thu 20. Sep 2012, 13:19
by goetz
I updated to the latest release and got this error:


The import javax.media.j3d cannot be resolved
JOGLRenderer.java
/jreality/src-jogl/de/jreality/jogl
line 50
Java Problem


my fault?

greetings,
goetz

Re: The import javax.media.j3d cannot be resolved

Posted: Thu 20. Sep 2012, 13:28
by Andre
No isn't your fault, thx for info. I'll rebuild the release now and remove the old one.

best
Andre

Re: The import javax.media.j3d cannot be resolved

Posted: Thu 20. Sep 2012, 13:31
by goetz
ty :)

Re: The import javax.media.j3d cannot be resolved

Posted: Thu 20. Sep 2012, 13:36
by goetz
works!!

edit:

sunflow-renderer doesn´t work:

Exception in thread "Thread-6" java.lang.NoClassDefFoundError: org/codehaus/janino/Scanner$ScanException
at de.jreality.sunflow.Sunflow$2.run(Sunflow.java:117)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.ClassNotFoundException: org.codehaus.janino.Scanner$ScanException
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

Re: The import javax.media.j3d cannot be resolved

Posted: Thu 20. Sep 2012, 18:49
by Andre
should be solved now. Sunflow needs an older version of janino.

thx for reporting