Taglet javadoc error ClassNotFoundException
I am trying to use taglets with javadoc with the examples from Taglet Overview, but I get the following error message when I run javadoc:
javadoc: Error - Exception java.lang.ClassNotFoundException thrown while trying to register Taglet ToDoTaglet...
.
I have lib/tools.jar on my build path and compiled the Taglet class.
What can I do to fix this problem?

