Quote:
Originally Posted by thatprogrammer
Is your RSL plugged in? We had a similar issue, and plugging it in fixed it.
|
This wouldn't fix any programming problem.
It appears that the roboRIO is attempting to load your main robot class but can't find it.
Make sure that in your build.properties, package equals the the correct class to load. This happens when you change the name of your robot's main class because it doesn't know where to find it any more.