From: Kenneth B. R. <kbr...@al...> - 2002-10-16 15:26:48
|
> I'm not sure if this is correct for the official binaries, but the > version of GL4Java that I compile from the cvs uses jawt in both the 1.3 > and 1.4 library. So I'm assuming this can't be causing the problem. Just checked the code in GLContext.java and you're right, for the Sun JDK 1.3 and above JAWT will be used. The IBM JDK will use an older fallback mechanism. Which are you using? Regardless, a substantial portion of the core GUI system was rewritten in the Sun JDK 1.4, so I can believe that the JAWT may now be returning result codes (like JAWT_LOCK_SURFACE_CHANGED) that it was not returning before. |