MCPcopy Create free account
hub / github.com/ReadyTalk/avian / loadLibrary

Method loadLibrary

classpath/java/lang/Runtime.java:38–44  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

36 }
37
38 public void loadLibrary(String path) {
39 if (path != null) {
40 ClassLoader.load(path, ClassLoader.getCaller(), true);
41 } else {
42 throw new NullPointerException();
43 }
44 }
45
46 public Process exec(String command) throws IOException {
47 StringTokenizer t = new StringTokenizer(command);

Callers

nothing calls this directly

Calls 2

loadMethod · 0.95
getCallerMethod · 0.95

Tested by

no test coverage detected