I have a program that NEEDS to be very compatible, and I can’t go telling users to add the command line" -DJOGL_SINGLE_THREADED_WORKAROUND=true" because that just isn’t professional. I’ve tried the code,
System.setProperty("JOGL_SINGLE_THREADED_WORKAROUND", "true");
as the first line in main, but that doesn’t seem to actually set it.