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?

[388 byte] By [fukuronezumia] at [2007-11-26 15:41:01]
# 1
Are you setting -tagletpath to path to the taglet's class http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#tagletpath
dhkramera at 2007-7-8 21:59:36 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2
Okay, it's working now.Thank you.
fukuronezumia at 2007-7-8 21:59:36 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...