Java: Unable to locate the Javac Compiler

Sep 15, 2013 09:12


Originally published at RTFM - администрирование, настройка серверов FreeBSD, Linux. You can comment here or there.


Сборка проекта с помощью Apache Maven остановилась с такой ошибкой:

[ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure Unable to locate the Javac Compiler in: /usr/lib/jvm/java-6-openjdk-i386/jre/../lib/tools.jar Please ensure you are using JDK 1.4 or above and not a JRE (the com.sun.tools.javac.Main class is required). In most cases you can change the location of your Java installation by setting the JAVA_HOME environment variable.

Read the rest of this entry »

java, linux, Проблемы и решения

Previous post Next post
Up