I can see my package, src.com.cybinsurfboards.shopcart2 in the package explorer
there are no errors in any of my code
Generated servlet error:
C:\Program Files\Apache Software Foundation\Tomcat 5.0\work\Catalina\localhost\cybinsurfboards\org\apache\jsp\estore_jsp.java:6: package src.com.cybinsurfboards.shopcart2 does not exist
import src.com.cybinsurfboards.shopcart2.*;
when I did the hello world package it put a folder in under the webinf/classes folder
but not for this package.
Help please
thanx
Keith
PS – This is only a two page shopping cart from a beginning JSP book that I ‘m trying to get to work.