Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VowpalWabbit/vowpal_wabbit
/ try_load_from_path
Method
try_load_from_path
java/src/main/java/common/Native.java:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
private
static
void
try_load_from_path() {
59
System.loadLibrary(
"vw_jni"
);
60
}
61
62
private
static
void
try_load_from_jar() throws IOException {
63
String nativesPrefix =
"natives/"
+ PLATFORM_DIR +
"/"
;
Callers
1
Native
Class · 0.95
Calls
1
loadLibrary
Method · 0.80
Tested by
no test coverage detected