I have a (Shop)Bean file saved and compiled in
E:\servlets\jswdk-1.0.1\examples\WEB-INF\jsp\beans\shopping\CD.class
I have my
servlet(SS) which uses this bean file in
E:\servlets\jswdk-1.0.1\examples\WEB-INF\servlets
In my servlet I say
import shopping.Beanfile
I get an error when I compile my servlet
SS.java:5: Class shopping.shop not found in import.
import shopping.CD;
^
1 error
What does this mean what is the mistake I am making???