Quote:
Originally Posted by rthinman
Code:
C:\eclipse\plugins\edu.wpi.first.javadev.sunspotfrcsdk_1.0.6.6\sunspotfrcsdk\ant\compile.xml:48: Error running javac.exe compiler
Any ideas about what has gone wrong, and how to fix it?
|
It looks like it can't find the java compiler (javac.exe).
Do you have the java JDK installed (not just the runtime? (JRE))?
Do you have your Java installation in your %PATH% system variable?
If those are configured properly, then I don't know.
That is a very un-specific error, though it is likely not a syntax error due to there not being a line number in a .java file.