Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Error when compiling from the ant build.xml file in Eclipse

BUILD FAILED
C:\Users\Eli\Documents\openmrs-trunk\build.xml:150: 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"

Solution

copy C:\Program Files\Java\jdk1.6.0_10\lib\tools.jar to C:\Program Files\Java\jre6\lib\ext

A cycle was detected in the build path of project

This error appears in the Eclipse Problems tab and will not go away.

Solution

Its a bug. Tell Eclipse to not throw an error about that:
Window ⇒ Preferences ⇒ Java ⇒ Compiler ⇒ Building
And set Circular Dependencies to Warning or Ignore

  • No labels