HELP PLEASE - installing WPILIB in Eclipse

Hi,
I’m a new FRC coach and I’m having trouble setting up Eclipse. I followed the instructions here

https://wpilib.screenstepslive.com/s/4485/m/13809/l/599681-installing-eclipse-c-java

but I don’t see the examples or the classes that the other coaches have. Is there a plugin I have to install or something?

Thanks in advance!

-Jordan Campbell

https://wpilib.screenstepslive.com/s/4485/m/13809/l/145307-creating-your-benchtop-test-program

Did you try to create a new example project?.

Depending on what programming language you are working with the steps can different slightly, the language my team works with is Java. However if you’re in C++ the only thing different is downloading tool-chains.
Once you’ve installed eclipse, First make sure that you have Eclipse Mars 2.0. This is the version that FRC works with and suggests that we use. Also make sure that you have the right version of eclipse. They have specific environments for Java, and ones for C++ which is shown on the page that FRC provides that you were looking at.
Second, once you’ve opened up eclipse click on the tab that says “Help” and it will pop a drop down list and from there select “Install new software”
From here you’ll be presented with a window, there should be a button that says “Add…” Click on that.
For the name box, type “FRC Plugins” and for the location box type http://first.wpi.edu/FRC/roborio/release/eclipse/ This website should also be on the page you were looking at but I put it here for demonstration sake :slight_smile:
Lastly, you should see the WPI Library folder appear, from here you can drop the contents of the folder down and choose your language’s plugins, for java choose javas, and for C++, choose C++'s.
I know this was kind of long, but I’m pretty thorough cause I know this kind of stuff is really tough to understand, but if you have any questions you can ask me, I’ll try my hardest to help :slight_smile:
Good Luck and I Hope you have a good season!

Got it. Thanks!

They have switched to supporting Neon for the 2017 season. Not that there’s any significant difference in this case, both should be functional.