Thread: drive problems
View Single Post
  #2   Spotlight this post!  
Unread 01-12-2010, 08:47 AM
derekwhite's Avatar
derekwhite derekwhite is offline
Java Virtual Machine Hacker
no team (FIRST@Oracle)
Team Role: Programmer
 
Join Date: May 2009
Rookie Year: 2009
Location: Burlington, MA
Posts: 127
derekwhite is on a distinguished road
Re: drive problems

This basic robot class name gets embedded in the file resources/META_INF/MANIFEST.MF and needs to change when the the name of the main class changes (there's code in the NetBeans modules to do this automatically, but it doesn't seem to work at the present).

So check that the class name in the MANIFEST.MF file matches your team's robot class name (ie "edu.wpi.first.wpilibj.templates.RobotTemplate 2" in your case).
Reply With Quote