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

Method load

classpath/java/lang/System.java:110–112  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

108 private static native String doMapLibraryName(String name);
109
110 public static void load(String path) {
111 ClassLoader.load(path, ClassLoader.getCaller(), false);
112 }
113
114 public static void loadLibrary(String name) {
115 ClassLoader.load(name, ClassLoader.getCaller(), true);

Callers

nothing calls this directly

Calls 2

loadMethod · 0.95
getCallerMethod · 0.95

Tested by

no test coverage detected