Bibliome / alvisir

AlvisIR semantic search engine
Apache License 2.0
6 stars 2 forks source link

Install fail #7

Closed jibe-b closed 7 years ago

jibe-b commented 7 years ago

Steps to reproduce

mvn clean package

Observed behaviour

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project alvisir-core: Fatal error compiling: tools.jar not found: /usr/lib/jvm/java-8-openjdk-amd64/jre/../lib/tools.jar

rbossy commented 7 years ago

Quel est le résultat des commandes suivantes?

hostname

echo $JAVA_HOME

which mvn

echo $M2_HOME

jibe-b commented 7 years ago

Le Java Runtime Environment (JRE) était installé et non pas le Java Development Kit (JDK).

JAVA_HOME et M2_HOME sont paramétrées à l'installation du JDK