Login  Register

Re: JOGL 2.4 and Java 17 report

Posted by Mabula on Mar 19, 2022; 5:28pm
URL: https://forum.jogamp.org/JOGL-2-4-and-Java-17-report-tp4041572p4041697.html

Hi Martin & Julien,

I have good news for you.

After more testing and manipulating permissions of the files in my application, it turns out that the DEB packager that I used is to blame... apparently, the packager sets permissions in the files of my application in such a way that the error occurs. If I don't use the DEB packager, JOGL will run on Linux Mint 20 and also on Ubuntu 20 I can confirm with OpenJDK 17 (Temurin in my case).

So I think I need to report the issue to the DEB packager to solve this properly.

Would you have any idea which file or files are involved from the JRE when loading the native libs? I guess we need to find the issue there.

Thanks a lot for you help and work on JOGL !

Mabula