javadoc packages
I'm having trouble using javadoc with my packages. At the command line, in the directory of the files in my package, I run the command 'javadoc searcher' where searcher is the name of my package. I get the error "No package, class, or source file found named searcher". Now, I'm not too familiar with packages either, but I do have the first line being 'package searcher;' in each of the source files in the directory. What am I doing wrong? Is there something else that I have to do to make a package? Thanks for any help you can give me.

