|
Re: Eclipse path errors
Glad to here its not just me then!
Removing either of the above mentioned lines of code does not seem to resolve the issue. I'm assuming that it's some project settings issue just don't have a clue where though.
If this helps I also get these three errors under the Problems tab;
Description Resource Path Location Type
The project cannot be built until build path errors are resolved JavaRobot Unknown Java Problem
Unbound classpath variable: 'networktables' in project 'JavaRobot' JavaRobot Build path Build Path Problem
Unbound classpath variable: 'wpilib' in project 'JavaRobot' JavaRobot Build path Build Path Problem
and though I didn't mention it all references, in any source file, to the wpi classes show in the editor with errors like
"Subsystem cannot be resolved to a type".
|