I got a problem as follow, can anyone give me some idea
In the application, there is a call to '1.dll' by using System.loadLibrary(). In the 1.dll there is another call to '2.dll'. When the program is run, it prompts an error message "java.exe-DLL Initialization Failed -- Initialization of the dynamic link library 2.dll failed. The process is terminating."
I'm running on WIN NT 4.0/JDK 1.3.1. All the other functions of the application are just fine.
Thanks,