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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

*** ALERT : JNI local ref creation exceeded capacity

843829Oct 22 2001 — edited Oct 22 2001
I am getting the following message out of JNI
*** ALERT : JNI local ref creation exceeded capacity (creating: 17, limit 16).
at java.lang.System.initProperties(Native Method)
at java.lang.system.initializeSystemClass(system.java:858)

Could this be in any way related to the fact that my class is unable to load a library ( System.loadLibrary("testlibrary") ) I have developed, no matter where I put the library and even if I specify this option "-Djava.library.path=D:\\csource\\projects\\testlibrary\\debug prior to loading the JVM in native code? Any help would be appreciated
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 19 2001
Added on Oct 22 2001
2 comments
314 views