I tried to build the master with JDK 10 on Mac OS High Sierra. Error like this will occur:
Unable to locate an executable at "/Library/Java/JavaVirtualMachines/jdk-10.0.1.jdk/Contents/Home/bin/javah" (-1)
I resolved this issue by changing line 112 in jni.gradle to
executable org.gradle.internal.jvm.Jvm.current().getExecutable('javap')
This problem is caused by the removal of javah
I have not tested whether "javap" will work the same as "javah" in other JDK versions. Hope you can look into this.
I tried to build the master with JDK 10 on Mac OS High Sierra. Error like this will occur:
I resolved this issue by changing line 112 in jni.gradle to
This problem is caused by the removal of javah
I have not tested whether "javap" will work the same as "javah" in other JDK versions. Hope you can look into this.