Driver Station not receiving code

I’ve built the code successfully in Eclipse, and it ran successfully. When I go to the Driver Station to try and deploy the code, I receive the following error:

ERROR Unhandled exception instantiating robot org.usfirst.frc.team3871.robot.Robotjava.lang.ClassNotFoundException: org.usfirst.frc.team3871.robot.Robot at java.net.URLClassLoader$1.run(URLClassLoader.java: 372), java.net.URLClassLoader$1.run(URLClassLoader.java: 361)

And so on and so on. Anyone else have this? If so, how did you fix it?

Did you change the name of your main robot class? If so, change it back.

Eclipse just alerted me to two errors that aren’t in the code:

#1: Project ‘2015TrojanCode ~ RecycleRush’ is missing required Java Project ‘2015Code’
Resource: 2015TrojanCode
Location: Build Path
Type: Build Path Problem

#2: The project cannot be built until build path errors are resolved.
Recource: 2015TrojanCode
Location: Unknown
Type: Java Problem