Java3D does not work with pre-released JDK

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Java3D does not work with pre-released JDK

runiter
Hi,
My previous post was left unanswered so I'm posting this request again in hope of an answer.
Can someone please fix the problem reported here and rebuild the java3d jar files:

http://forum.jogamp.org/Java3D-cannot-parse-Java-versions-that-are-not-numerical-td4040723.html

Thank you
Saeid Nourian, Ph.D. Eng. | Graphing Calculator 3D
Reply | Threaded
Open this post in threaded view
|

Re: Java3D does not work with pre-released JDK

runiter
Feel free to ignore my request above.
I managed to fix this issue by simply overriding the version via this command:

System.setProperty("java.version", "17");

You probably will want to fix that in future, but it's not urgent given that we have this simple solution.
Saeid Nourian, Ph.D. Eng. | Graphing Calculator 3D