Java -Systemlast aus Ressourcen
static {
System.loadLibrary("resource/path/to/foo"); // no .dll or .so extension!
}
Talented Tiger
static {
System.loadLibrary("resource/path/to/foo"); // no .dll or .so extension!
}