Login  Register

vrml97

Posted by Pierre Nugues on Mar 18, 2020; 11:07am
URL: https://forum.jogamp.org/vrml97-tp4040444.html

Hello,

I have a program that relies on Java 3D and the vrml97.jar loader. I am using the latest versions of jogamp's java3D: https://jogamp.org/deployment/java3d/1.7.1-build-20200222/ and what I believe is one of the original versions of vrml97.jar

My program runs properly with Java 8, but crashes with Java 13.

I decided to recompile everything from Java 3D sources with Java 13. Unfortunatelly, I cannot build the project, because of vrml97.jar. I tried to decompile it, but there are many incompatibilities between Jogamp's Java 3D and my current vrml97.jar. I would like to know if there are newer implementations of vrml97.jar.

Thank you for your help!