Javadoc v1.4 with JDK 1.3

Is there any problems with using Javadoc 1.4 with JDK 1.3.Any input appreciated.Thanksnaca
[118 byte] By [naca] at [2007-9-27 18:28:54]
# 1

It seems you're asking if you can run Javadoc 1.4 on source code developed with JDK 1.3. Yes, that works well. In fact, that's

the best way to use Javadoc, as later versions have more features

and fewer bugs. Javadoc is designed to run on its version (1.4)

or earlier (1.3, 1.2, 1.1, 1.0) of source code.

-Doug Kramer

Javadoc team

dkramer at 2007-7-6 19:12:19 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...