Private
Public Access
2
0

java: Changed JNI version to 1.6

This change is needed to compile/run with OpenJDK 7, as well as with
OpenJDK 8.

Signed-off-by: Andrei Vasiliu <andrei.vasiliu@intel.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Andrei Vasiliu
2016-02-29 15:54:53 +02:00
committed by Brendan Le Foll
parent 350a6489ee
commit df8d471cfb
2 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ class Spi;
/* initialize mraa */
globVM = vm;
mraa_init();
return JNI_VERSION_1_8;
return JNI_VERSION_1_6;
}
%}