Quote:
Originally Posted by vauc2000
Unless you have changed your eclipse layout, you should have a tab on the lefthand side of your eclipse window labelled "Package Explorer". In that view, you can see all of your Java projects. Click on the project you want to check, and it should expand so you can now see the files and folders in the project. Check there for the build.properties file.
|
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