Re: Apple Silicon build help
Posted by
0x241B on
Aug 15, 2023; 4:59am
URL: https://forum.jogamp.org/Apple-Silicon-build-help-tp4042851p4042858.html
Sorry Sven, my name is Thomas.
I have run the full script, please find it attached. It looked like all the tests ran fine and Jogamp is running well. It must be something in the application's code itself.
jogamp-next.logOn SWT, the only references to SWT I can see is:
<package>com.jogamp.nativewindow.swt</package>
<package>com.jogamp.newt.swt</package>
<package>com.jogamp.opengl.swt</package>
<package>jogamp.newt.swt</package>
<package>jogamp.newt.swt.event</package>
But I'm unfamiliar with what SWT is and unsure how to find what version I'm using (if this project is using it at all?)
On Issue-02, I tried to build the Constellation application using the Adoptium JDK but had no luck. I think I was misinterpreting what you said, apologies.