View Single Post
  #4   Spotlight this post!  
Unread 07-01-2015, 15:24
tomsgarage tomsgarage is offline
Registered User
FRC #5230
 
Join Date: Jan 2015
Location: michigan
Posts: 7
tomsgarage is an unknown quantity at this point
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".
Reply With Quote