Skip to main content



      Home
Home » Newcomers » Newcomers » How to see J2EE API documentation when hovering mouse over a class or method?
How to see J2EE API documentation when hovering mouse over a class or method? [message #107816] Thu, 06 October 2005 17:31 Go to next message
Eclipse UserFriend
Originally posted by: wonblee1.yahoo.com

Hi,
I can see the yellow popup from the Javadocs of my application, but how do
you incorporate the J2EE 1.4 API documentation? For example if I hover my
mouse over ActionForward, I only see
org.apache.struts.action.ActionForward in the yellow popup, but not the
description of it. I've downloaded the J2EE 1.4 API from Sun. Under
Project/Properties/Javadoc Location, I have the Javadoc location path set
to: file:/C:/j2eeapidocs/, which I can validate.

thanks a lot,
Won
Re: How to see J2EE API documentation when hovering mouse over a class or method? [message #107999 is a reply to message #107816] Fri, 07 October 2005 14:01 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse3.rizzoweb.com

wbl33 wrote:
> Hi,
> I can see the yellow popup from the Javadocs of my application, but how
> do you incorporate the J2EE 1.4 API documentation? For example if I
> hover my mouse over ActionForward, I only see
> org.apache.struts.action.ActionForward in the yellow popup, but not the
> description of it. I've downloaded the J2EE 1.4 API from Sun. Under
> Project/Properties/Javadoc Location, I have the Javadoc location path
> set to: file:/C:/j2eeapidocs/, which I can validate.

1) This is a FAQ - please search previous messages before posting questions.

2) Eclipse uses the source attachment to generate the tool-tips (yellow
popup help boxes), not the Javadoc attachment. So you must attach the
source to the JARs you're using. There is a bugzilla request to change
that behavior, but it is not yet implemented.

3) the Struts code you are talking about is not part of J2EE - Struts is
an independent project from Jakarta/Apache, not Sun.

HTH,
Eric
Previous Topic:Uninstall plug-ins safely?
Next Topic:Are separate plugin directories possible ?
Goto Forum:
  


Current Time: Sat Jul 19 04:31:38 EDT 2025

Powered by FUDForum. Page generated in 0.09811 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top