forwarding from Debian https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899123
BUILD FAILED /<<PKGBUILDDIR>>/build.xml:85: Execute failed: java.io.IOException: Cannot run program "javah" (in directory "/<<PKGBUILDDIR>>"): error=2, No such file or directory at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128) at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071) at java.base/java.lang.Runtime.exec(Runtime.java:635) [...]
jdk10+ doesn't have javah
We can change javah to javac -h as mentioned in http://openjdk.java.net/jeps/313
javah
javac -h
Metadata Update from @dmoluguw: - Custom field component adjusted to None - Custom field feature adjusted to None - Custom field origin adjusted to None - Custom field proposedmilestone adjusted to None - Custom field proposedpriority adjusted to None - Custom field reviewer adjusted to None - Custom field type adjusted to None - Custom field version adjusted to None
Log in to comment on this ticket.