|
Example Code Error - Getting Started
Hey,
I'm a new coach. I am using Java through Eclipse and I tried to load the first example program called "Getting Started" but
1) the first line "package org.usfirst.frc.team5407.robot;" comes up with an error "The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files"
2) and the class declaration "public class Robot extends IterativeRobot" gives another error "implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor"
any ideas how to fix that? I haven't touched the code, just opened the example through file>new>project
thanks!
-Jordan
|