mirror of
https://github.com/speice-io/polyglot_jni
synced 2025-01-02 09:59:34 -05:00
Ew. Tabs.
This commit is contained in:
parent
8bf33832db
commit
57ee63a274
@ -15,7 +15,7 @@ public class Polyglot {
|
|||||||
Method m = c.getDeclaredMethod("loadLibrary", String.class, String[].class);
|
Method m = c.getDeclaredMethod("loadLibrary", String.class, String[].class);
|
||||||
m.invoke(null, "polyglot", null);
|
m.invoke(null, "polyglot", null);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static native String getMessage();
|
public static native String getMessage();
|
||||||
|
Loading…
Reference in New Issue
Block a user