Log in

View Full Version : Driver Station not receiving code


BrighidKHeh
13-02-2015, 20:10
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.Clas sNotFoundException: 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?

Jared
13-02-2015, 20:15
Did you change the name of your main robot class? If so, change it back.

BrighidKHeh
13-02-2015, 20:26
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