[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
|
> > 1. it says that it is for zipped JDK docs, in my case they are not.
>
> Well, in my case I wanted to save disk space for the Sun Java JDK
javadocs,
> hence that article describes how to setup the JDK javadocs for zipped
> archives. - However, if you don't want to access the javadocs from zipped
> archives, you can do so by *leaving out* the plugin and just pointing with
> the browse button to the local file system (e.g. where your JDK javadocs
> reside...).
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
>
> > and
> > also i need javadocs not only for JDK but for axis, junit,... etc. for
> each
> > .jar that i have do i need to go thru such process, it yes then it looks
> > like overkill,
>
> You would have to use the right mouse context menu properties entry here
for
> those jars for those in your individual projects included libs. Basically
> you have to assign here again for each of these libraries the local file
> system place, where the javadocs reside.
>
> I know, it's a little bit tiddious to apply all of the javadocs again and
> again this way for every project, but it seems that's the way it actually
> has to be done for Eclipse. I hope they will find a more comfortable
> solution for the future, maybe an javadoc autodetection mechanism, if the
> javadocs are also part of a library jar....
>
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
oleg