Ch 28 exercise using Eclipse
Has anyone tried building this exercise using Eclipse? I've done so, and I have the Tomcat plugin for Eclipse as well, and to execute the app, I start Tomcat from within Eclipse, and I then get the following error:
INFO: Marking servlet action as unavailable
Mar 30, 2006 3:10:56 PM org.apache.catalina.core.ApplicationContext log
SEVERE: Error loading WebappClassLoader
delegate: false
repositories:
/WEB-INF/classes/
----------> Parent Classloader:
org.apache.catalina.loader.StandardClassLoader@1dd dba
org.apache.struts.action.ActionServlet
java.lang.ClassNotFoundException: org.apache.struts.action.ActionServlet
... (deleted for sake of brevity).
Now I've verified I have the struts.jar in the project's .classpath file and this class is showing in the package explorer inside it's jar file, which I brought into the app in project properties.
I've checked all I can think of to check. Any thoughts? Ideas? Solutions?
Much appreciated.
|