Re: JOGL incompatible with SWT 4.21
Posted by
PeterC-DLS on
Feb 18, 2022; 12:49pm
URL: https://forum.jogamp.org/JOGL-incompatible-with-SWT-4-21-tp4041643p4041647.html
It works in a simple JUnit test but not in a plugin test owing to the Equinox class loader not finding the gtk3 package. I think the SWT gtk jar needs to export org.eclipse.swt.internal.gtk3.
Edit: here's the upstream bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=577874