Login  Register

Re: Illegal reflective access with jogamp-java3d1.7.0-final

Posted by gouessej on Apr 03, 2023; 8:16am
URL: https://forum.jogamp.org/Illegal-reflective-access-with-jogamp-java3d1-7-0-final-tp4042358p4042387.html

Please note that I have never suggested to include Oracle proprietary JRE, I'm talking about OpenJDK, especially Adoptium/Eclipse Temurin. You can still report a bug against Ubuntu for your issue on its own OpenJDK build.

Are you already able to create a fat JAR? By the way, you could create a package that requires the openjdk-jre package to obtain something less big but it would require to report a bug against Ubuntu.

The error "SUNWprivate_1.1 not found" is fixed in JOGL 2.4.0 as far as I remember, it wasn't fixed in JOGL 2.3.2. Please run "sudo rm -fr /tmp/jogamp_*" if the problem persists. A more reliable solution on the very long term (but harder from a developer's point of view) consists in disabling the automated native library loading and setting the library path.
Julien Gouesse | Personal blog | Website