Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 99988 invoked from network); 9 Nov 2000 11:24:12 -0000 Received: from ts08-074.dublin.indigo.ie (HELO InterJet.lionet.ie) (194.125.205.201) by locus.apache.org with SMTP; 9 Nov 2000 11:24:12 -0000 Received: (from daemon@localhost) by InterJet.lionet.ie (8.8.5/8.8.5) id LAA16975 for ; Thu, 9 Nov 2000 11:22:23 GMT Received: from calliope.lionet.ie(194.125.214.82), claiming to be "lionet.ie" via SMTP by InterJet.lionet.ie, id smtpdC16972; Thu Nov 9 11:22:13 2000 Sender: pierren@lionet.ie Message-ID: <3A0A8839.E15463B3@lionet.ie> Date: Thu, 09 Nov 2000 11:19:21 +0000 From: Pierre Neihouser X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.15pre3 ppc) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: Re: don't know how to compile the servlet program References: <3A0A6FCE.63993E7B@ol.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Try the following command: set This will display a list of environment variables and you should be able to see if the CLASSPATH is set properly or not... By the way, did you set the variable TOMCAT_HOME to something? If so, does it have a space in it? If so, put all references to TOMCAT_HOME (meaning all the %TOMCAT_HOME% 'words') between double quotes. ie: SET CLASSPATH=.;"%TOMCAT_HOME%"\LIB\WEBSERVER.JAR;"%TOMCAT_HOME%"\LIB\SERVLET.JAR;%CLASSPATH% Regards, -- Pierre simon wrote: > Hi > > I have add the another line in the autoexec.bat file > > SET > CLASSPATH=.;%TOMCAT_HOME%\LIB\WEBSERVER.JAR;%TOMCAT_HOME%\LIB\SERVLET.JAR;%CLASSPATH% > > but the problem remain when I compile the file in dos. > > The one of the error messages is that "packet javax.servlet.http does > not exist." > > Can someone help me? > > Simon