View Single Post
  #12   Spotlight this post!  
Unread 04-02-2017, 16:22
BetaBlues's Avatar
BetaBlues BetaBlues is offline
Registered User
FRC #5975 (Beta Blues)
Team Role: Programmer
 
Join Date: Jan 2017
Rookie Year: 2016
Location: Portland, Oregon
Posts: 13
BetaBlues is an unknown quantity at this point
Re: Driver Station No Robot Code Connection Error

Quote:
Originally Posted by vauc2000 View Post
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
Reply With Quote