You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Deboprotim Ghosh <dg...@PaineWebber.COM> on 2000/02/29 19:59:11 UTC

Tomat problems

I am facing a problem with running sample JSP. I am getting 
Error 500
Class not found: java/utils/ArrayList

I am using JDK 1.2 and I have made sure that CLASSPATH is proper
Am I missing any other thing ?

Regards
Deb


Re: Tomat problems

Posted by "Craig R. McClanahan" <cm...@mytownnet.com>.
Deboprotim Ghosh wrote:

> I am facing a problem with running sample JSP. I am getting
> Error 500
> Class not found: java/utils/ArrayList
>

You might have better luck with "java.util.ArrayList" (no "s" on "util")
instead  :-).

>
> I am using JDK 1.2 and I have made sure that CLASSPATH is proper
> Am I missing any other thing ?
>
> Regards
> Deb
>

Craig McClanahan