I moved from my mac to a pc and i want to be able to compile a library.
I get this error:
<antcall target="compile" />
141
<javac srcdir="${project.tmp}/${project.name}/src" destdir="${project.bin}" source="${java.target.version}" target="${java.target.version}" includeantruntime="false">
Does someone know how to fix?
I get this error:
107BUILD FAILED
C:\Documents and Settings\Sjoerd\workspace\PPath\resources\build.xml:107: The following error occurred while executing this line:
C:\Documents and Settings\Sjoerd\workspace\PPath\resources\build.xml:141: 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 "C:\Program Files\Java\jre6"
<antcall target="compile" />
141
<javac srcdir="${project.tmp}/${project.name}/src" destdir="${project.bin}" source="${java.target.version}" target="${java.target.version}" includeantruntime="false">
Does someone know how to fix?
1