No stack trace
parent
91cc4ac60f
commit
63be359aed
|
@ -15,7 +15,6 @@ public class Polyglot {
|
|||
Method m = c.getDeclaredMethod("loadLibrary", String.class, String[].class);
|
||||
m.invoke(null, "polyglot", null);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue