Missing javadocs for 2016 WPIlibj...

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.

Never mind, it’s working now. Don’t think there was really a problem, just a brain fart…

I’m not an eclipse expert, but I get the the javadoc pop-up, without the javadocs being defined in the project. However, this isn’t on a fresh install.