Ew. Tabs.

master
Bradlee Speice 2020-10-02 22:27:26 -04:00
parent 8bf33832db
commit 57ee63a274
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public class Polyglot {
Method m = c.getDeclaredMethod("loadLibrary", String.class, String[].class);
m.invoke(null, "polyglot", null);
} catch (Exception e) {
}
}
}
public static native String getMessage();