JavaEE javadoc API documentation
已回答
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?
请先登录再写评论。
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...)