Examples

The following example defines the application javadoc to parse the current file and create the javadoc documention in the subdirectory docs . We assume that the JDK is installed in the directory c:\\jdk and the the application resides in the subdirectory bin .

Table 4.4. 

Property Value
Command c:\jdk\bin\javadoc.exe
parameters -d docs -classpath %cp %f
Working Directory %p