[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: javadoc in 2.1 M3; was: How to mount Javadocs

"oleg shteynbuk" <oshteynbuk@xxxxxxxxxx> schrieb im Newsbeitrag
news:attl69$1rj$1@xxxxxxxxxxxxxxxx
> ...
> yes, it is what i am doing, i was looking for a solution to use Shift-F2
> from eclipse that will return me URL to the local file system and in this
> case it will be C:\j2sdk1.4.1_01\docs\api\java\util\ArrayList.html
> they could keep it, i am not sure however how they process javdoc after i
> gave them javadoc location
>

AFAIK, the local file system URL would have to point to the directory where
"package-list", "index.html" and "packages.html" reside. E.g.:
"X:\j2sdk1.4.1_01\docs\api\". The same would apply here for other third
party library javadoc locations.

> ...
> i did this, the question was more related to the potential bug when links
do
> not work. i agree it's a little bit tiddious
>

Well, in the case of "docs\api\java\util\ArrayList.html" it should normaly
work, except if the Sun JDK javadocs themselves will contain/have broken or
unsatisfied links. In this case it's the fault of Sun and not of Eclipse.

-Valentino