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\se rvlet.jar;C:\atk84f\WEB-INF\classes;%CLA SSPATH%;
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?
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\se
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?
