summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/th02/javaupm_th02.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/th02/javaupm_th02.i')
-rw-r--r--peripheral/libupm/src/th02/javaupm_th02.i19
1 files changed, 0 insertions, 19 deletions
diff --git a/peripheral/libupm/src/th02/javaupm_th02.i b/peripheral/libupm/src/th02/javaupm_th02.i
deleted file mode 100644
index d16ae4f..0000000
--- a/peripheral/libupm/src/th02/javaupm_th02.i
+++ /dev/null
@@ -1,19 +0,0 @@
-%module javaupm_th02
-%include "../upm.i"
-
-%{
- #include "th02.h"
-%}
-
-%include "th02.h"
-
-%pragma(java) jniclasscode=%{
- static {
- try {
- System.loadLibrary("javaupm_th02");
- } catch (UnsatisfiedLinkError e) {
- System.err.println("Native code library failed to load. \n" + e);
- System.exit(1);
- }
- }
-%} \ No newline at end of file