just did fresh installs of JDK8, Eclipse Mars and the 2016 FRC WPIlibj. All is well, except that the javadocs aren’t coming up when we hover over WPIlib classes and methods.
The javadocs installed correctly to c:\user\xxxxx\wpilib\java\current\javadoc.
The library definition for wpilibj in our RobotBuilder-created project does not have a javadoc path, but I just checked one of our 2015 PCs, and it didn’t have that other, so somehow Eclipse just knows to pull up the javadocs for wpilibj.
I can fix it (add the javadoc path setting to the wpilib in the java build path), but that would be PC dependent.
Curious if the students missed something on the install, or if this is a “feature”. Don’t recall have to do any fixing up last year to make the javadocs work.