Java3D Apple Silicon ARM Support

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Java3D Apple Silicon ARM Support

clauer
Hello,
i got an error message that the libraries cannor be found on Apple Silicon M1 Mac.

java.lang.UnsatisfiedLinkError: Can't load library: /Users/christoph/Documents/DEVELOPMENT/Sonogram/build/bin/natives/macosx-universal/gluegen_rt

java.lang.UnsatisfiedLinkError: /private/var/folders/4d/tc7fvtl52bq1jbztdqv67lz00000gn/T/jogamp_0000/file_cache/jln16013511753118671002/jln17753928772229864303/natives/macosx-universal/libgluegen_rt.dylib: dlopen(/private/var/folders/4d/tc7fvtl52bq1jbztdqv67lz00000gn/T/jogamp_0000/file_cache/jln16013511753118671002/jln17753928772229864303/natives/macosx-universal/libgluegen_rt.dylib, 0x0001): tried: '/private/var/folders/4d/tc7fvtl52bq1jbztdqv67lz00000gn/T/jogamp_0000/file_cache/jln16013511753118671002/jln17753928772229864303/natives/macosx-universal/libgluegen_rt.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e')), '/usr/lib/libgluegen_rt.dylib' (no such file)

Will there be any support for that platform in future?
Reply | Threaded
Open this post in threaded view
|

Re: Java3D Apple Silicon ARM Support

gouessej
Administrator
The creator of Sweethome 3D provided a solution, look for it in the JOGL section.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Java3D Apple Silicon ARM Support

gouessej
Administrator
In reply to this post by clauer