Great, it works. Thank you.
Dieteer
> -----Ursprüngliche Nachricht-----
> Von: Ralph Einfeldt [mailto:ralph.einfeldt@uptime-isc.de]
> Gesendet am: Donnerstag, 23. Januar 2003 16:39
> An: Tomcat Users List
> Betreff: RE: Strange Class Loading problem
>
> Quelle should be in a package and be imported.
>
> E.g.: if the package name is foo
>
> - the class file has to be WEB-INF/classes/foo/Quelle.class
> - You need the following in test.jsp
> <@ page import="foo.Quelle" />
> - You need a package statement in Quelle.java
> package foo;
>
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@jakarta.apache.org>
|