View Single Post
  #3   Spotlight this post!  
Unread 14-02-2016, 11:14
3205patriots 3205patriots is offline
Registered User
FRC #3205
 
Join Date: Jan 2016
Location: Concord
Posts: 6
3205patriots is an unknown quantity at this point
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!
Reply With Quote