View Single Post
  #1   Spotlight this post!  
Unread 08-02-2015, 13:14
RaiderRobotics RaiderRobotics is offline
Registered User
FRC #5024
 
Join Date: Nov 2014
Location: London, Ontario
Posts: 9
RaiderRobotics is an unknown quantity at this point
Eclipse in Linux: cannot find edu.wpi...

I am trying to use Eclipse in Linux Mint to do programming.

However, I cannot import edu.wpi.first.wpilibj.*;

It just doesn't find it. I assume that I need to put something in the classpath (Window/preferences/java/build path/classpath), but what?

I have installed both of the FRC plugins
Robot C++ Development 0.1.0.201501221609
Robot Java Development 0.1.0.201501221609
and also CDT ( C/C++ Development Tools SDK 8.5.0.201409172108) (but I may have installed this AFTER the FRC plugins).

I also don't see the new project wizard for creating FRC Robot projects.