don't found packages...

2002-03-05 Thread cyril vidal

Hello!

I'm a new french user of Apache Tomcat/4.0.3.
The installation was successfull!
But not the compilation of my first HelloWorld servlet.
The compilator does not found the right classes like javax.servlet, javax.servlet.http 
and  so  although I'well configurated my classpath like SET 
CLASSPATH=c:\tomcat\common\lib.
What do you think it's wrong? By the way, I'm under Windows Milllenium.

Thanks a lot for you answers
Cyril.



AW: don't found packages...

2002-03-05 Thread Ralph Einfeldt

You have to add the jars to the classpath, not the directory.

SET CLASSPATH=c:\tomcat\common\lib\a.jar;c:\tomcat\common\lib\b.jar

 -Ursprüngliche Nachricht-
 Von: cyril vidal [mailto:[EMAIL PROTECTED]]
 Gesendet: Dienstag, 5. März 2002 11:36
 An: [EMAIL PROTECTED]
 Betreff: don't found packages...
snip/
 SET CLASSPATH=c:\tomcat\common\lib.
snip/

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: don't found packages...

2002-03-05 Thread Lev Assinovsky

You should provide JAVA_HOME environment variable pointed
to your Java SDK.

cyril vidal wrote:

 Hello!

 I'm a new french user of Apache Tomcat/4.0.3.
 The installation was successfull!
 But not the compilation of my first HelloWorld servlet.
 The compilator does not found the right classes like javax.servlet, 
javax.servlet.http and  so  although I'well configurated my classpath like SET 
CLASSPATH=c:\tomcat\common\lib.
 What do you think it's wrong? By the way, I'm under Windows Milllenium.

 Thanks a lot for you answers
 Cyril.

--
Lev AssinovskyPeterlink Web
ProgrammerSt. Petersburg, Russia
Tel/Fax: +7 812 3275343   197022 ul.Chapigina 7Á
E-mail: [EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: don't found packages...

2002-03-05 Thread cyril vidal

Thanks a lot for having helped me!!!
It's OK now!

- Original Message -
From: Ralph Einfeldt [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, March 05, 2002 11:45 AM
Subject: AW: don't found packages...


You have to add the jars to the classpath, not the directory.

SET CLASSPATH=c:\tomcat\common\lib\a.jar;c:\tomcat\common\lib\b.jar

 -Ursprüngliche Nachricht-
 Von: cyril vidal [mailto:[EMAIL PROTECTED]]
 Gesendet: Dienstag, 5. März 2002 11:36
 An: [EMAIL PROTECTED]
 Betreff: don't found packages...
snip/
 SET CLASSPATH=c:\tomcat\common\lib.
snip/

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]