Login  Register

Re: JOGL for Mac ARM Silicon

Posted by Martin on Nov 14, 2022; 5:33pm
URL: https://forum.jogamp.org/JOGL-for-Mac-ARM-Silicon-tp4040887p4041931.html

Hi,

Maybe try the rc4 release I shared ?

I sent a link indicating how to get it from maven. If you don’t want it, you can download an rc4 as a zip file. Both provide patched Dylib files for ARM.
If this still does not work, you can find on my jogl GitHub clone a howto to quickly build the native binding .

I encounter the mach-o message you mention when I try loading an ARM dylib in a x86 jvm . Or vice versa . Did you check your PATH or DYLIB_LIBRARY_PATH do not refer to old libs ?

Hope this helps!