On Wed, 9 Oct 2002, Carlos Henrique Righetto Moreira wrote:
> Date: Wed, 9 Oct 2002 16:04:31 -0300
> From: Carlos Henrique Righetto Moreira <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: Struts Users Mailing List <[EMAIL PROTECTED]>
> Subject: Re: Beginner ClassNotFoundException
>
> I got it, but the classes directory is in the classpath
> (D:\tomcat\webapps\myproject\WEB-INF\classes). And I don't have classes in
> packages.
>
Trying to use unpackaged classes is fraught with problems, particularly in
JDK 1.4.1 and later. I would definitely recommend you put your classes in
packages, as described in the Java language tutorials.
> I'm forgetting something, newbie stuff I guess.
>
> Regards
> Carlos
Craig
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>