Login  Register

Re: JOGL incompatible with SWT 4.21

Posted by Martin on Dec 10, 2022; 12:07pm
URL: https://forum.jogamp.org/JOGL-incompatible-with-SWT-4-21-tp4041643p4041968.html

Hi Alexis,

I think we should try looking for explanations around this version bump commit in SWT.

Could you share the error message you encounter? That would help pointing to SWT classes and identify which class history to read...

Behind this, the bad news is that SWTAccessor design does not easily allow to fix JOGL by overriding : most of this class work is triggered in the class initialization without any other caller than the classloader. I think the fix should require a JOGL rebuild.