IntelliJ Java IDE
The moose likes Other JSE/JEE APIs and the fly likes loading local Library (JNI) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "loading local Library (JNI)" Watch "loading local Library (JNI)" New topic
Author

loading local Library (JNI)

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
What is the effect of calling System.loadLibrary("xyz") multiple times? I do not have this marked as static. Would the JVM load the libary each time or resolve the link to the previously loaded one?
 
 
subject: loading local Library (JNI)
 
IntelliJ Java IDE