JSP web Development ch-18 stuts problem
I follow p615 step 1 to 6 to deploy the application
but the classes can not be compile.
C:\Program Files\Apache Tomcat 4.0\webapps\ROOT\begjsp-ch18\WEB-INF\classes>java
c com\example\*.java
com\example\DepartmentDigester.java:3: package org.apache.struts.digester does not exist
..........
I have set the classpath:
C:\Program Files\Apache Tomcat 4.0\webapps\ROOT\begjsp-ch18\WEB-INF\lib\struts.jar
Is it wrong?
Can somebody teach me how to set the classpath?
Thank you very much
wilson
|