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

Method load

src/java/lang/Runtime.java:233–241  ·  view source on GitHub ↗

Loads a dynamic library, given a complete path name. If you use this from java_g it will automagically insert "_g" before the ".so". Example: Runtime.getRuntime().load("/home/avh/lib/libX11.so"); @param filename the file to load @exception UnsatisfiedLinkError If the file does not exis

(String filename)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

getSecurityManagerMethod · 0.95
checkLinkMethod · 0.95
loadFileInternalMethod · 0.95

Tested by

no test coverage detected