Image

Hi,

I try to create my javadoc but IllegalArgumentException error occurs
My environment variables are set as follows:

CATALINA_HOME C:\jakarta-tomcat-4.1.31
CLASSPATH .;C:\jakarta-tomcat-4.1.31\common\lib\servlet.jar;C:\atk84f\WEB-INF\classes;%CLASSPATH%;

When I delete CLASSPATH, javadoc tool works normally but it can't find my jar archive that I need.
So the question is does anybody know if the reason is CLASSPATH or something else?