generate javadoc with relative link path...

Hi,

I've generated javadoc for my prog, with links to a local jdk 1.6.0 api specification.

Now I've seen those links have been created as absolute paths, notwithstanding I've copied java api spec in the javadoc folder for my program.

How must I do to generate relative links?

so that if I put javadoc online, links are valid yet?

I use Eclipse.

Thank you in advance.

MargNat

[426 byte] By [MargNata] at [2007-11-26 14:28:34]
# 1

I dunno about Eclipse but here in NetBeans I have no issues about that. I'm sure there should be a corresponding option Eclipse, but even if you don't find it why not use from the command line:

cd yourProjectDir

javadoc *.java //use this line inside every package(directory) you want documented

enjoy :)

xlinuksa at 2007-7-8 2:22:42 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...