Eclipse Java problems???

We are from team 6630 from La Porte city Iowa. We are new to FRC and have run into an issue with our java programs. We are trying to organize our code into subsystems, but we cannot figure out how to reference other class files into our main project file. We tried making a subsystem in our project, but it will not give us that option. We tried looking around on the internet to no avail::rtm:: . Thank you for further responses.

have you installed the wpilib libraries? if not you can find them at wpilib.screenstepslive.com/s/4485/m/13503/l/599679-installing-eclipse-c-java

If you have those installed: wpilib.screenstepslive.com/s/4485/m/13809/c/88893

The website wpilib.screenstepslive.com/s/4485 has most of the general coding help you should need for the season.

Hope this helps!

Hi, if you have WPILib installed, then there is a lot of example code that will help you get started, Robot Builder also breaks everything into subsystems and commands setting up a good code base to work with as a new team.