> 1. In jsp, when I import a class, this class should in some package,
> otherwise you get ClassNotFoundException. But in Tomcat 4.0.4 I can
> import a class without package. Is this a Tomcat 4.1.18 feature or bug

Did you by chance change from JDK 1.3 to 1.4 when you moved from Tomcat 4.0
to 4.1?  With JDK 1.4, you cannot import a class in the default package [no
package statement] into a class that *is* in a package.  JDK 1.3 would let
you do it.

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University PA Information Resources Management

Reply via email to