JavaEE javadoc API documentation
Answered
I jave JavaSE SDK setup just fine and documentation shows up in the popup after hitting F1, but I'm struggling to have similar setup for JavaEE. I've downloaded complete JDK (which is basically a bundle of GlassFish5) and pointed idea to `glassfish5/docs/api/javaee-full/` but this doesn't seem to have any effect whatsoever and no related documentation is shown. Any hints?
Please sign in to leave a comment.
Documentation has to be attached to the proper library used in your project like this:
It worked - thanks a million! (tho I wouldn't look to put it there...)