|
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?
|