View Single Post
  #1   Spotlight this post!  
Unread 13-02-2015, 20:10
BrighidKHeh's Avatar
BrighidKHeh BrighidKHeh is offline
Registered User
FRC #3871 (Trojan Robotics)
Team Role: Programmer
 
Join Date: Jan 2015
Rookie Year: 2011
Location: Worthington, MN
Posts: 37
BrighidKHeh is an unknown quantity at this point
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.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?