Login  Register

Re: JOGL 2.4 and Java 17 report

Posted by Martin on Mar 16, 2022; 11:32am
URL: https://forum.jogamp.org/JOGL-2-4-and-Java-17-report-tp4041572p4041694.html

Hi,

Still trying to get information on this error=13 code. No real answer but few more insights.

Diving in JDK source yield to ProcessImpl.forkAndExec from which the IOException arise apparently. It is a native method so we should refer to the C counterpart .

The error is formatted here. As the "Permission denied" string does not appear in this file, and as almost all IOException thrown there have a message defined in plain text in this file, I would try to get information about the error code from your OS.