Tagged Questions
6
votes
7answers
9k views
Why does ANT tell me that JAVA_HOME is wrong when it is not?
I get the error:
C:\dev\ws\springapp\build.xml:81: 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 ...
5
votes
5answers
13k views
Ant can't find Javac. No matter what I do it always claims JAVA_HOME is “C:\Program Files\Java\jre6”
...and that's wrong.
Here's the error I get:
BUILD FAILED
C:_TraderPlatform\Clients\Open\Open\Java\Applets\PPDataTransporter\nbproject\build-impl.xml:338: The following error occurred while ...
2
votes
1answer
293 views
Where can I configure Ant 1.8's environment variables on an Ubuntu box?
When trying to build with Ant, I'm getting an error that Ant can't find a compiler, and that JAVA_HOME is set to /usr/lib/jvm/java-6-open-jdk/jre. An echo check reveals that JAVA_HOME is set to ...
1
vote
1answer
343 views
ant error JAVA_HOME does not point to SDK
I am trying to install SOLR and running "ant example" The build gets pretty far but then gives an error:
/root/apache-solr-3.2.0/solr/common-build.xml:250: The following error occurred while ...
1
vote
1answer
1k views
set $JAVA_HOME in eclipse but it goes to another path and say can not find java compiler
I add this line to /home/{user}/.bashrc file:
export JAVA_HOME=/usr/lib/jvm/java-6-openjdk
but when I want to run an ant file in eclipse got this error:
BUILD FAILED
...
0
votes
1answer
149 views
JAVA_HOME variable
I set my JAVA_HOME variable to point to the jdk and I added %JAVA_HOME%\bin to the Path variable.
However, my ant script is not able to find the jdk. It's looking into the wrong folder for Java ...
0
votes
2answers
604 views
Installing ant; clearly misunderstanding JAVA_HOME
Hey all,
I am installing ant on a Windows XP machine, and am following the instructions at Apache's manual site. It said to set JAVA_HOME, so I checked, saw there was no environment variable named ...