Enviada em: domingo, 20 de maio de 2007 17:48
Para: Tomcat Users List
Assunto: Re: Question about jar file name.
Rodrigo Pimenta Carvalho ha scritto:
> Hi.
>
>
>
> I have a TomCat project and its Java source code can't compile. The
problem
> is due to an import clause.
>
Assunto: Re: Question about jar file name.
Rodrigo Pimenta Carvalho ha scritto:
> Hi.
>
>
>
> I have a TomCat project and its Java source code can't compile. The
problem
> is due to an import clause.
>
> This is trying to import Connector class. But I didn't
Rodrigo Pimenta Carvalho ha scritto:
Hi.
I have a TomCat project and its Java source code can't compile. The problem
is due to an import clause.
This is trying to import Connector class. But I didn't put the respectively
jar file in my classpath.
What is the correct jar file (containin
I'm not expert, but you should out your Jar file into lib directory
(WEB-INF/lib) of your application.
When Tomcat compiles your class automatically look into lib to find the class.
Bye
On 20/05/07, Rodrigo Pimenta Carvalho <[EMAIL PROTECTED]> wrote:
Hi.
I have a TomCat project and its Java s
Hi.
I have a TomCat project and its Java source code can't compile. The problem
is due to an import clause.
This is trying to import Connector class. But I didn't put the respectively
jar file in my classpath.
What is the correct jar file (containing
org.apache.catalina.connector.Connector