Re: JOGL for Mac ARM Silicon
Posted by Martin on Dec 16, 2022; 5:52pm
URL: https://forum.jogamp.org/JOGL-for-Mac-ARM-Silicon-tp4040887p4041981.html
After facing the same bug as yours, I understood that in some situation - depending on your code, the GLProfile class gets never called which prevent the JOGL jar from being expanded.
SO THE FIX IS
GLProfile.initSingleton();
at the beginning of your program will force the jars to be expanded and then you do not miss any lib.