diff --git a/compile.sh b/compile.sh deleted file mode 100755 index 247f923b6..000000000 --- a/compile.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -# Compile the JNI class, this will create JNIKiwix.class -javac JNIKiwix.java - -# Create the JNI header file, this will create JNIKiwix.h -javah -jni JNIKiwix - -# Compile the native lib libkiwix.so -g++ -shared -fpic -o libkiwix.so -I/usr/lib/jvm/java-7-openjdk-i386/include/ kiwix.c - -# Run the code -java -Djava.library.path=./ JNIKiwix \ No newline at end of file