I can't get this command to work right. Isn't this the syntax for it:
javadoc -d [documentationDirectory] [listOfClassNames]
I type this in:
javadoc -d C:\Documents and Settings\Greg\My Documents\Java\docs Book.java
And it returns a lot of nasty errors. What am I doing wrong here?
