From: Erwin V. <er...@cs...> - 2000-03-07 18:55:36
|
Hello, There seems to be a problem with the new GL4Java. I installed the win32 libs and new .jar file and 'java gl4java.GLContext' works correctely. However, my GL4Java application (Java MD3 Model Viewer - http://fragland.net/md3view) doesn't work anymore. When I resize the application (which resises the GLCanvas), the following exception is thrown: Exception occurred during event dispatching: java.lang.UnsatisfiedLinkError: gljResizeNative at gl4java.GLContext.gljResizeNative(Native Method) at gl4java.GLContext.gljResize(GLContext.java:1478) at gl4java.awt.GLCanvas.sDisplay(GLCanvas.java:428) at gl4java.awt.GLCanvas.paint(GLCanvas.java:325) at sun.awt.windows.WComponentPeer.handleEvent(WComponentPeer.java:117) at java.awt.Component.dispatchEventImpl(Component.java:2447) at java.awt.Component.dispatchEvent(Component.java:2307) at java.awt.EventQueue.dispatchEvent(EventQueue.java:287) at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:92) at java.awt.EventDispatchThread.run(EventDispatchThread.java:83) I think this is enought info for someone to pinpoint the problem :-) Erwin 'KLR8' Vervaet er...@cs... http://www.cs.kuleuven.ac.be/~erwin |