Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Cannot find javadocs in Eclipse/Java(eclipse 3.8 / java-8-openjdk-amd64 / Linux mint 18.3 cinnamon 64bit)
Cannot find javadocs in Eclipse/Java [message #1781628] Fri, 09 February 2018 17:22 Go to next message
John Spider is currently offline John SpiderFriend
Messages: 2
Registered: February 2018
Junior Member
Hello,
I use Eclipse/Java with Linux mint.
I cannot find any documentation (javadocs) for the classes/methods
I use?

I've read that you have to specify attributes for a JRE:
(windows - preferences - Installed JREs - Edit..)

Do I have to Add External JARs?? (javadocs.jar??)
Can anybody give me a hint about that?

Thanks a lot,
John
Re: Cannot find javadocs in Eclipse/Java [message #1781629 is a reply to message #1781628] Fri, 09 February 2018 18:07 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4434
Registered: July 2009
Senior Member

Is the Installed JREs entry for that pointing to /usr/lib/jvm/java-8-oracle/ or /usr/lib/jvm/java-8-oracle/jre/? It should be the former.

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: Cannot find javadocs in Eclipse/Java [message #1781672 is a reply to message #1781629] Sun, 11 February 2018 22:29 Go to previous message
John Spider is currently offline John SpiderFriend
Messages: 2
Registered: February 2018
Junior Member
Hello,
thx!
It's unfortunately /usr/lib/jvm/java-8-oracle/

However in the Linux terminal I have the following path:

/usr/lib/jvm/java-8-openjdk-amd64/docs

Is it possible to include this path somehow?
There must be a way to show the Javadoc within the dashboard.

When try to open the API-documentation with shift+F2 I receive the following comment:
(with HashMap() i.e.)

Quote:

The documentation location for HashMap() has not been configured.
For elements from libraries specify the Javadoc location URL on the properties
page of the parent JAR ('/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar")

Does that mean that I have to allocate the Javadoc to every library manually??

[Updated on: Mon, 12 February 2018 22:44]

Report message to a moderator

Previous Topic:I can't get Eclipse to work with JavaFX
Next Topic:On using multiple IDE's
Goto Forum:
  


Current Time: Fri Apr 19 14:25:49 GMT 2024

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

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

Back to the top