|
Re: Robot class cannot be instantiated
Now when I attempt to deploy the project I am getting no outputs on the driver station. I tried deploying an example wpi program, which works, but I still get the same error. This is all the driver station gives me:
ERROR: Could not instantiate robot org.usfirst.frc.team3205.robot.Robot!
ERROR: Could not instantiate robot org.usfirst.frc.team3205.robot.Robot!
ERROR Unhandled exception instantiating robot org.usfirst.frc.team3205.robot.Robot java.lang.ExceptionInInitializerError at [java.lang.Class.forName0(Native Method), java.lang.Class.forName(Class.java:259), edu.wpi.first.wpilibj.RobotBase.main(RobotBase.jav a:204)]
WARNING: Robots don't quit!
|