|
Eclipse path errors
Newbie to Java/Eclipse having problems with paths in Eclipse. The following code the first line shows no errors in the editor but the second one gives
"The import edu.wpi.first.wpilibj.command.Subsystem cannot be resolved"
import edu.wpi.first.wpilibj.*;
import edu.wpi.first.wpilibj.command.Subsystem;
I'm starting to lose what little hair I have left over this. Seems to build the jar file though I haven't tried to load this to a roborio yet. Any examples of your working build path settings or other info that might point me to a resolution of this is greatly appreciated. Note this code was created by the RobotBuilder program from Eclipse->WPILib->Run RobotBuilder.
|