*** ALERT : JNI local ref creation exceeded capacity
843829Oct 22 2001 — edited Oct 22 2001I 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