Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

System.loadLibrary Hangs

843829May 30 2003 — edited Jun 2 2003
I have a .dll used for address verification and I wrote a JNI wrapper .dll in C++ so I could use it with my application. I wrote a class with both a main method and constructor method and the class works fine at the command prompt. When I try to use the class with my application it hangs at the System.loadLibrary command. I'm using JRun 4 on a Win 2k server. I set the java.library.path to the location of the .dll and made sure all necessary files were in that folder. Any helpful suggestions would be appreciated. Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 30 2003
Added on May 30 2003
1 comment
555 views