Login  Register

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

Posted by RickLutowski on Apr 03, 2023; 12:43am
URL: https://forum.jogamp.org/Illegal-reflective-access-with-jogamp-java3d1-7-0-final-tp4042358p4042385.html

gouesse wrote:
> You have to use several --add-opens clauses to get rid of the warnings:
> --add-opens java.desktop/sun.awt=ALL-UNNAMED
> --add-opens java.base/java.lang=ALL-UNNAMED

With both specified, still get:
Inconsistency detected by ld.so: dl-lookup.c: 111: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!

Looks like it's time to try a different JDK version.

The Temurin distros at adoptium.net look useful for JDKs on architectures maybe not available at oracle.
Will try installing the latest Oracle JDK17 and see if that fixes it.