View Single Post
  #1   Spotlight this post!  
Unread 06-16-2016, 04:02 PM
yedidya03 yedidya03 is offline
Registered User
FRC #3211
 
Join Date: Apr 2016
Location: Yeruham, Israel
Posts: 3
yedidya03 is an unknown quantity at this point
build failed - build.xml class not found

I tried to compile my project in java and I have got :

Buildfile: C:\Users\FRC3211\Documents\2016 frc season\java_robot_programming\FirstRobotProject\bu ild.xml
Trying to override old definition of task classloader
clean:
[delete] Deleting directory C:\Users\FRC3211\Documents\2016 frc season\java_robot_programming\FirstRobotProject\bu ild
compile:
[mkdir] Created dir: C:\Users\FRC3211\Documents\2016 frc season\java_robot_programming\FirstRobotProject\bu ild
[echo] [athena-compile] Compiling src with classpath=C:\Users\FRC3211/wpilib/java/current/lib/WPILib.jar:C:\Users\FRC3211/wpilib/java/current/lib/NetworkTables.jar: to build

BUILD FAILED
C:\Users\FRC3211\wpilib\java\current\ant\build.xml :71: Class not found: javac1.8

Total time: 1 second

someone knows what is the problem?
Reply With Quote