Error in generating the JAVADOC

Hi all,

I made a file calledmylist.txt containing some java classes.

C:\jdk1.4\bin\DMD\*.java

then when i try to generate javadoc then i am getting the following error i have kept the mylist.txt inC:\jdk1.4\bin\mylist.txt

javadoc: cannot read mylist (The system cannot find the file specified)

1 error

[376 byte] By [avina_SMPPa] at [2007-10-3 7:45:51]
# 1
It should be something like:cd C:\jdk1.4\bin\DMDjavadoc -d docs *.javaHow do you want to use mylist.txt? You could use it this way:javadoc -d docs @mylist.txtIf this doesn't help, please show us the command you use to run javadoc.-Doug
dhkramera at 2007-7-15 2:47:15 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...