See: Description
| Interface | Description |
|---|---|
| IJavetLibLoadingListener |
The interface Javet lib loading listener.
|
| Class | Description |
|---|---|
| JavetLibLoader |
The type Javet lib loader is the one that actually loads the JNI library based on JS runtime type.
|
| JavetLibLoadingListener |
The type Javet lib loading listener is the default one.
|
Javet ships separate native libraries per OS and architecture (Linux x86_64/arm64, macOS x86_64/arm64, Windows x86_64, Android). This package handles locating and loading the correct binary:
JavetLibLoader - Loads the platform-specific native library at startup.IJavetLibLoadingListener - Customize library loading behavior (e.g., load from a custom path).JavetLibLoadingListener - Default listener that locates libraries from the classpath resources.