Hi again, I'm assuming you are using Tomcat, which may not be the case... this is still worth a look I think....
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/source.html Howard -----Original Message----- From: angela mcgrenra [mailto:[EMAIL PROTECTED]] Sent: 17 September 2002 09:48 To: [EMAIL PROTECTED] Subject: Newbie to struts Hi there I am working my way thtough a Struts tutorial and have a slight (simple I'm sure) problem... I have a bean (Book.java)saved and compiled in my classes dir at "tomcat"\webapps\strutsShop\WEB_INF\classes In this folder also is BookAction.java which needs to be able to find this bean, and a locally saved copy of the struts.jar file I have edited struts-config.xml and all other files are ready and waiting but my problem is when I try to compile the BookAction.java file in my classes dir. The error I get is BookAction.java:27: cannot resolve symbol symbol : class Book location : class BookAction Book book = new Book(); _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

