New to eclipse or new to Java? What were you using before? Most of the built in WPILib stuff is pretty well documented with the
screensteps pages and the
Javadoc. Assuming you know about the different
base classes it should be as simple as making a new
XboxController, getting some data out of it, System.out.println()ing it, and viewing it on
RioLog!