The import javax.media.j3d cannot be resolved

Found a bug? Post here.
Post Reply
goetz
Posts: 12
Joined: Sun 7. Jun 2009, 09:48

The import javax.media.j3d cannot be resolved

Post by goetz » Thu 20. Sep 2012, 13:19

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

Andre
Posts: 226
Joined: Fri 18. Sep 2009, 11:30

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

Post by Andre » Thu 20. Sep 2012, 13:28

No isn't your fault, thx for info. I'll rebuild the release now and remove the old one.

best
Andre

goetz
Posts: 12
Joined: Sun 7. Jun 2009, 09:48

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

Post by goetz » Thu 20. Sep 2012, 13:31

ty :)

goetz
Posts: 12
Joined: Sun 7. Jun 2009, 09:48

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

Post by goetz » Thu 20. Sep 2012, 13:36

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)

Andre
Posts: 226
Joined: Fri 18. Sep 2009, 11:30

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

Post by Andre » Thu 20. Sep 2012, 18:49

should be solved now. Sunflow needs an older version of janino.

thx for reporting

Post Reply