Quote:
Originally Posted by BetaBlues
Thank you so much, however it looks like that is not the problem. This is what the build.properties has -> package=org.usfirst.frc.team5975.robot
robot.class=${package}.Robot
This is what we have in our robot.java file
package org.usfirst.frc.team5975.robot;
public class Robot extends IterativeRobot
|
Ah well, it was worth a shot. Have you tried locating the FRCUserProgram on the RoboRIO yet?