-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
while calling
ant instant.environment && ant install.wizardit throws:
BUILD FAILED
/home/ubuntu/instantbibi/build.xml:155: The following error occurred while executing this line:
/home/ubuntu/instantbibi/build.xml:680: The following error occurred while executing this line:
/home/ubuntu/instantbibi/appserver_config/build.xml:221: The following error occurred while executing this line:
/home/ubuntu/instantbibi/appserver_config/build.xml:672: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "/usr/lib/jvm/java-8-openjdk-amd64/jre"
Total time: 6 minutes 55 seconds
It seems that oracle Java is required.
I've tested the installation with both – openJDK 8 and Oracle JDK 8 – it works only with the last one.
Reactions are currently unavailable