mirror of
https://github.com/speice-io/polyglot_jni
synced 2024-12-21 20:58:10 -05:00
No stack trace
This commit is contained in:
parent
91cc4ac60f
commit
63be359aed
@ -15,7 +15,6 @@ 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) {
|
||||||
e.printStackTrace();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user