Ładunek systemu Java z zasobów

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