From: Steven H. <hu...@fa...> - 2001-04-08 00:55:11
|
> > jawt.DLL exists in the right dir and is found by java, but a lib that > jawt require cannot be found... > > What is exactly JAWT ? If I remember, it doesn't exist in JDK 1.1 or 1.2 > => this can explain why GL4JavaJauGljJNI and GL4JavaJauGljJNI12 can be > loaded (i suppose those lib are for the corresponding JDK ?). I think JAWT is java.awt.* native libraries moved to a DLL, so that they don't penalize programs that don't use AWT. This is a Good Thing, except that it breaks GL4Java... JAWT is not in the path in JDK 1.3, but it is in JRE 1.3. I copied JAWT.DLL to my jdk1.3/bin directory and crossed my fingers, it seemed to work. Make sure there are no old gl4java dll's in your path. |