|
Just installed Java: example won't compile
Been following the "Getting Started With Java for FRC Doc"
Believe I have installed everything as per pages 1-5
Created robot project as per page 7 (SimpleRobotTemplateProject) but it fails to compile with following error
"<identifier> expected public class 1310Robot extends SimpleRobot"
Noted "import edu.wpi.first.wpilibj.SimpleRobot;" line has an information yellow light bulb saying "Unused Import"
Also if I comment out" package edu.wpi.first.wpilibj.templates;" there is no change in behaviour.
Been stuck a while. Any suggestions ?
|