From: Kenneth B. R. <kbr...@al...> - 2002-10-15 21:43:36
|
> I don't know if it's the same problem but I'm also having problems with > GL4Java-based apps when creating and destroying OpenGL components. After > a random number of create/destroy operations application hangs without > any error and has to be killed from task manager. This happens after > init() is called and before first display() call. I was just preparing > to track the problem down to specific line of code :-) > > I'm using JDK 1.4 with GNU/Linux. > > If someone needs any help in fixing this problem please let me know. Please do try to narrow down the root cause if you have time. The major change in GL4Java between JDK 1.3.1 and 1.4 is the use of the JAWT for acquiring the native window handle. If the code which uses JAWT doesn't handle all of the error cases properly then that is probably the source of the problems. |