Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » java documentation
java documentation [message #71803] Wed, 01 June 2005 07:36 Go to next message
Eclipse UserFriend
Originally posted by: marcus-augustine.web.de

hi!
is there any possibility to sort of "embed" the java api in eclipse, so
i can call it by just hitting F1? Or is it even possible to include it
like e.g. the help in visual studio?
thanks in advance,

marcus
Re: java documentation [message #72068 is a reply to message #71803] Wed, 01 June 2005 16:49 Go to previous message
Philippe Ombredanne is currently offline Philippe OmbredanneFriend
Messages: 386
Registered: July 2009
Senior Member
"Marcus Augustine" <marcus-augustine@web.de> wrote in message
news:d7jos1$elp$5@news.eclipse.org...
> hi!
> is there any possibility to sort of "embed" the java api in eclipse, so
> i can call it by just hitting F1? Or is it even possible to include it
> like e.g. the help in visual studio?
> thanks in advance,

Marcus, Not sure exactly what you mean but:
- when browsing through JRE/JDK code, the F1 dynamic help (in 3.1) will
provide you a direct link to browse the Javadoc API web site for the
specific page.
- when editing Java code, you get access to the Java doc documentation
through the Javadoc view, as well as pressing F2.
- you could theatrically create a help plugin with all of Java's doc and
serve it so it can be accessed by F1. You would have to check if the Sun's
license permits you to do so.
- finally if you are talking about the API specs, they could be bundled as
an help plugin too, licensing permitting.
Previous Topic:How to a create well-formed .xml File out of a DOM document..
Next Topic:Converting normal project to a java project
Goto Forum:
  


Current Time: Fri Oct 18 08:02:40 GMT 2024

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

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

Back to the top