script run how from dist eclipse ant java-home

eclipse - dist - how to run ant script from command line



Establezca $ JAVA_HOME en eclipse pero ANT no puede encontrar el compilador de Java (1)

ve a preferencias / java / jre''s instalados -> agrega una nueva jre y selecciona la ubicación de jre / jdk

Agrego esta línea al archivo /home/{user}/.bashrc :

export JAVA_HOME=/usr/lib/jvm/java-6-openjdk

pero cuando quiero ejecutar un archivo ant en eclipse tengo este error:

BUILD FAILED /home/bakish/Work/new/hadoop-0.20.2/build.xml:316: 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-6-openjdk/jre"

¿que debería hacer?

Gracias