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