View Single Post
  #1   Spotlight this post!  
Unread 12-01-2015, 18:49
nfusselman1 nfusselman1 is offline
Registered User
FRC #4076
 
Join Date: Jan 2015
Location: Justin TX
Posts: 26
nfusselman1 is an unknown quantity at this point
[ERROR] Deploy Code

I am trying to deploy the "Intermediate Vision" Program and I am getting this error.

Buildfile: C:\Users\Developer\workspace\Intermediate Vision\build.xml
Trying to override old definition of task classloader
clean:
[delete] Deleting directory C:\Users\Developer\workspace\Intermediate Vision\build
compile:
[mkdir] Created dir: C:\Users\Developer\workspace\Intermediate Vision\build
[echo] [athena-compile] Compiling src with classpath=C:\Users\Developer/wpilib/java/current/lib/WPILib.jar:C:\Users\Developer/wpilib/java/current/lib/NetworkTables.jar to build

BUILD FAILED
C:\Users\Developer\wpilib\java\current\ant\build.x ml:69: 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\jre1.8.0_25"

Total time: 4 seconds


I then went and changed the "JAVA_HOME" to the JDK and got this error.

Buildfile: C:\Users\Developer\workspace\Intermediate Vision\build.xml
Trying to override old definition of task classloader
clean:
[delete] Deleting directory C:\Users\Developer\workspace\Intermediate Vision\build
compile:
[mkdir] Created dir: C:\Users\Developer\workspace\Intermediate Vision\build
[echo] [athena-compile] Compiling src with classpath=C:\Users\Developer/wpilib/java/current/lib/WPILib.jar:C:\Users\Developer/wpilib/java/current/lib/NetworkTables.jar to build
Reply With Quote