Enabling full documentation for J2EE in eclipse

Posted by maayank on Stack Overflow See other posts from Stack Overflow or by maayank
Published on 2010-04-01T07:18:59Z Indexed on 2010/04/01 7:23 UTC
Read the original article Hit count: 326

I'm new to Eclipse and am using it currently to play with J2EE.

When using Ctrl+Space for types/functions from the regular Java libraries I get a full description (i.e. general description of the type, what are the arguments of the method for, etc.). However I don't get the same for J2EE types.

For example, when using Ctrl+Space on methods of the HttpSession class I get only names like "arg0" or "obj" and no description.

Is there some kind of a package I can install to remedy this?

© Stack Overflow or respective owner

Related posts about java

Related posts about j2ee