Well, unless that was a typo, your Bank.class needs to be in WEB-INF/classes, not WEB-INF/class.
Jake At 10:23 AM 10/17/2002 +0700, you wrote: >I move from tomcat 4.0 to tomcat 4.1 >then >i can't import "Bank.class" in foder "webapp/absent/WEB-INF/class/Bank.class" > >it return error like this > >Generated servlet error: [javac] Compiling 1 source file >/java/share/jakarta-tomcat-4.1.10/work/Standalone/localhost/absent/AllAbsCrdStaCurYS_jsp.java:12: > >'.' expected import Bank; >I don't have problem with class in pacakage but I dont' have source code >of Bank.class > >I should config something for import that class? > >Thank you. > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
