Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

instantbibi does not start with openjdk 8 #24

Open
mwiens opened this issue Feb 21, 2017 · 1 comment
Open

instantbibi does not start with openjdk 8 #24

mwiens opened this issue Feb 21, 2017 · 1 comment
Labels

Comments

@mwiens
Copy link

mwiens commented Feb 21, 2017

while calling

ant instant.environment && ant install.wizard

it 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.

@mwiens mwiens added the bug label Feb 21, 2017
@pbelmann
Copy link
Member

Well, it could be the case that it just works with oracle. The ci tests are also running with oraclejdk

https://github.com/BiBiServ/instantbibi/blob/master/circle.yml#L8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants