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 ...
3
votes
8answers
13k views
Setting up java classpath and java_home correctly in Ubuntu
I am getting the error
Exception in thread "main" java.lang.NoClassDefFoundError:
When I try and run a compiled class on Ubuntu. I am using a very simple Helloworld example, and the millions of ...