Sent: 06 December 2005 19:32
To: Tomcat Users List
Subject: Re: problem loading class in TomCat
Yes, all my classes are in a package.
Camila
2005/12/6, Mark Thomas <[EMAIL PROTECTED]>:
>
> Are all your classes in a package?
>
> Mark
>
> Camila Kozlowski Della Corte wrote:
>
Yes, all my classes are in a package.
Camila
2005/12/6, Mark Thomas <[EMAIL PROTECTED]>:
>
> Are all your classes in a package?
>
> Mark
>
> Camila Kozlowski Della Corte wrote:
> > Greetings,
> >
> > I am developing an application with JSP, and using JSF. Here is a
> > description of the problem
Are all your classes in a package?
Mark
Camila Kozlowski Della Corte wrote:
> Greetings,
>
> I am developing an application with JSP, and using JSF. Here is a
> description of the problem I had with TomCat.
>
> I created a class A which invokes a class B. This class B invokes a class C
> (class
The JUnit jar file is in my classpath but I get the same error message.
Thanks in advance.
Camila
2005/12/6, Giorgio Clavelli <[EMAIL PROTECTED]>:
>
> It seems you have a classpath problem. You should add to your classpath
> the
> jUnit jar file.
> Hope it helps.
> Giorgio
>
> On 12/6/05, Camil
It seems you have a classpath problem. You should add to your classpath the
jUnit jar file.
Hope it helps.
Giorgio
On 12/6/05, Camila Kozlowski Della Corte <[EMAIL PROTECTED]> wrote:
>
> Greetings,
>
> I am developing an application with JSP, and using JSF. Here is a
> description of the problem I