Login  Register

trouble running fopub in Ubuntu 18.04

Posted by Tom Swan on Sep 18, 2018; 9:03pm
URL: https://discuss.asciidoctor.org/trouble-running-fopub-in-Ubuntu-18-04-tp6476.html

Upgraded Ubuntu recently and now fopub now exits with a rather strange exception. Do I need to reinstall Java? Following is in the cloned gitbub folder. Thanks.

$ fopub sample.xml
Initializing application...
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine java version from '10.0.2'.
$ javac -version
javac 10.0.2
$ java -version
openjdk version "10.0.2" 2018-07-17
OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.1)
OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.1, mixed mode)
www.tomswan.com