thank you all ... i got it compiled.

"David B. Saul" <[EMAIL PROTECTED]> wrote:
BTW - adding the PWD to the classpath should have no effect on your issue!

-----Original Message-----
From: David B. Saul [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 2:31 PM
To: 'Tomcat Users List'
Subject: RE: class path (UNCLASSIFIED)


Quite frankly - this has nothing to do with Tomcat.

However, try this one more time - with or without the quotes as your path
does not require quotes, only if the folder/directory names have spaces, and
then search your system for HelloWorld.class if you do not see it in this
directory. You also mentioned you were using a batch file, or script file,
to compile. Do this from a command line from the directory you where the
source code is. Start from here 
and the rest of this is basic java compilation - not Tomcat :)

Additionally make a slight change to the command and specify the current
directory as part of the classpath. I am guessing this is the
HellowWorld.java servlet example included with Tomcat.

javac -classpath .;c:\tomcat\common\lib\servlet.jar HelloWorld.java




-----Original Message-----
From: S M [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 13, 2005 8:52 AM
To: Tomcat Users List
Subject: RE: class path (UNCLASSIFIED)


see this... no errors... but no class file for the same ????

C:\javacode>javac -classpath c:\tomcat\common\lib\servlet.jar
HelloWorld.java C:\javacode>javac -classpath
"c:\tomcat\common\lib\servlet.jar" HelloWorld.java

C:\javacode>javac HelloWorld.java


"David B. Saul" wrote:
Try typing/copying the following at the prompt in the directory where the
source code is for HelloWorld.java:

javac -classpath "C:\Program Files\Apache Group\Tomcat
4.1\common\lib\servlet.jar" HelloWorld.java

if in fact this is where the servlet.jar file exists.



-----Original Message-----
From: BAO RuiXian [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 13, 2005 8:15 AM
To: Tomcat Users List
Subject: Re: class path (UNCLASSIFIED)


Hello,

S M wrote:

>tried that too... but it can't identify the path.
>
>C:\javacode>javac -classpath >4.1\common\lib> HellWorld.java
>
>
>

Try use quotes instead of '<' and '>' to quote the class path.

Good luck.

Bao

>The system cannot find the file specified.
>
>anyways.. now will reinstall as suggested 'without' spaces and will let 
>you know.. thanks so far
>
>"Samara, Fadi N Mr ACSIM/ASPEX" wrote:
>Classification: UNCLASSIFIED
>Caveats: NONE
>
>Try compiling the class by including the path for servlet.jar in your 
>javac command, if you haven't done that yet.
>
>-----Original Message-----
>From: S M [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, April 13, 2005 10:33 AM
>To: Tomcat Users List
>Subject: RE: class path (UNCLASSIFIED)
>
>I compiling it from the command prompt.
>The sourse code is in c:\javacode
>so i on cmd... i change directory to c:\javacode>javac HelloWorld.java
>
>"Samara, Fadi N Mr ACSIM/ASPEX" wrote:
>Classification: UNCLASSIFIED
>Caveats: NONE
>
>I am sorry, but how are you compiling your class ?
>Are you using any IDE (i.e Eclipse, Jdeveloper) ?
>
>-----Original Message-----
>From: S M [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, April 13, 2005 10:07 AM
>To: Tomcat Users List
>Subject: RE: class path (UNCLASSIFIED)
>
>The same as before.
>----------------------------------------
>C:\javacode>javac HelloWorld.java
>HelloWorld.java:2: package javax.servlet does not exist import 
>javax.servlet.*; ^
>HelloWorld.java:3: package javax.servlet.http does not exist import
javax.servlet.http.*; ^
>HelloWorld.java:5: cannot resolve symbol symbol : class HttpServlet
>location: class HelloWorld
>public class HelloWorld extends HttpServlet { ^
>HelloWorld.java:7: cannot resolve symbol symbol : class 
>HttpServletRequest
>location: class HelloWorld
>public void service(HttpServletRequest request, HttpServletResponse
>response) th rows ServletException, IOException { ^
>HelloWorld.java:7: cannot resolve symbol symbol : class 
>HttpServletResponse
>location: class HelloWorld
>public void service(HttpServletRequest request, HttpServletResponse
>response) th rows ServletException, IOException { ^
>HelloWorld.java:7: cannot resolve symbol symbol : class ServletException
>location: class HelloWorld
>public void service(HttpServletRequest request, HttpServletResponse
>response) th rows ServletException, IOException {
>
>^
>6 errors
>
>-----------------------------------------
>
>"Samara, Fadi N Mr ACSIM/ASPEX" wrote:
>Classification: UNCLASSIFIED
>Caveats: NONE
>
>What errors are you getting again ?
>
>-----Original Message-----
>From: S M [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, April 13, 2005 9:47 AM
>To: Tomcat Users List; Jason Bainbridge
>Subject: Re: class path
>
>Hi
>These are the env. variables that I have set explicitly for tomcat 4.1 
>installation
>
>lJAVA_HOME = C:\java\bin
>lCATALINA_HOME = C:\Program Files\Apache Group\Tomcat 4.1 CLASSPATH= 
>".;C:\javacode;%CATALINA_HOME%;%CATALINA_HOME%\common\lib\servlet.jar;%
>J2EE
_
>HOME%\lib\j2ee.jar;"
>
>I have the path =C:\java\bin; when i installed
>J2sdk1.4.2_06
>
>
>
>These being the variables I am still getting that error log where the 
>compiler cannot locate the servlet pakages.
>
>Hope you can assit further.
>
>Thanks.
>
>
>
>Jason Bainbridge wrote:
>On Apr 12, 2005 3:39 PM, S M wrote:
>
>
>>sorry for the confusion, but i have set CLASSPATH, i echoed on cmd as 
>>mentioned and yes it shows me the CLASSPATH as listed below
>>
>>
>".;C:\javacode;%CATALINA_HOME%;%CATALINA_HOME%\common\lib\servlet.jar;%
>J2EE_
>HOME%\lib\j2ee.jar;"
>
>
>>>where ";C:\javacode" had the source code.
>>>
>>>
>
>Have you explicityly set CATALINA_HOME as well? Does it have spaces in 
>it? If so surround it with double quotes or move it to a path with no 
>spaces. I don't think having servlet.jar and j2ee.jar in the same 
>classpath is a good idea either.
>
>Regards,
>--
>Jason Bainbridge
>http://kde.org - [EMAIL PROTECTED]
>Personal Site - http://jasonbainbridge.com
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>---------------------------------
>Yahoo! Messenger - Communicate instantly..."Ping" your friends today! 
>Download Messenger Now
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------
Yahoo! Messenger - Communicate instantly..."Ping" your friends today!
Download Messenger Now


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------
  Yahoo! Messenger - Communicate instantly..."Ping" your friends today! 
Download Messenger Now

Reply via email to