Login  Register

Re: JOGL 2.4 and Java 17 report

Posted by Martin on Mar 14, 2022; 3:00pm
URL: https://forum.jogamp.org/JOGL-2-4-and-Java-17-report-tp4041572p4041691.html

Have you tried providing

-Djava.io.tmpdir=/your/own/path

where the folder has exec rights enabled?

OR

chmod ug+wx /tmp/jogamp_0000/file_cache/

to enable write and exec rights on this cache folder for you and other users of your computer (I actually think it is useless since the IOUtil is creating this folder with exec rights enabled... but worth trying anyway)