MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / loadLibrary

Method loadLibrary

src/java/lang/Runtime.java:251–268  ·  view source on GitHub ↗

Loads a dynamic library with the specified library name. The call to LoadLibrary() should be made in the static initializer of the first class that is loaded. Linking in the same library more than once is ignored. @param libname the name of the library @exception UnsatisfiedLinkError If the library

(String libname)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

getSecurityManagerMethod · 0.95
checkLinkMethod · 0.95
initializeLinkerMethod · 0.95
buildLibNameMethod · 0.95
loadFileInternalMethod · 0.95

Tested by

no test coverage detected