Source: jblas
Severity: serious
User: [email protected]
Usertags: default-java10
jblas fails to build with Java 10 due to the removal of javah:
prepare:
[mkdir] Created dir: /build/1st/jblas-1.2.4/target/classes
javah:
[javac] /build/1st/jblas-1.2.4/build.xml:142: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to
false for repeatable builds
[javac] Using javac -source 1.6 is no longer supported, switching to 1.7
[javac] Using javac -target 1.6 is no longer supported, switching to 1.7
[javac] Compiling 2 source files to /build/1st/jblas-1.2.4/target/classes
BUILD FAILED
/build/1st/jblas-1.2.4/build.xml:147: javah does not exist under Java 10 and
higher, use the javac task with nativeHeaderDir instead