Re: I CANT COMPILE SERVLETS!!!HELP

2001-03-01 Thread DSailing
42 PM Please respond to [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: I CANT COMPILE SERVLETS!!!HELP I'm having the same problem. So I looked into your suggestion or adding $TOMCAT_HOME\bin jar file(s) to my CLASSPATH. There are no jar files in that dir

Re: I CANT COMPILE SERVLETS!!!HELP

2001-03-01 Thread Zakaria .
Thanks everyone, my problem was that i just included the servlet.jar to the classpath, but in fact i had to include all in the tomcat\lib jars to the classpath, now i can compile by using only the javac command as with a regular java program...

I CANT COMPILE SERVLETS!!!HELP

2001-02-28 Thread Zakaria .
Hello, I have tomcat running fine but i couldnt compile any servlet. I put the servlet in different directories and tried (does it matter?) but same result: cannot resolve symbol:HttpServlet i use this command line from the same directory as the servlet: javac -classpath

RE: I CANT COMPILE SERVLETS!!!HELP

2001-02-28 Thread Chris Andreou
check you jdk path and also set you classpath to all the jar files under the tomcat\bin -Original Message- From: Zakaria . [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 4:33 PM To: [EMAIL PROTECTED] Subject: I CANT COMPILE SERVLETS!!!HELP Hello, I have tomcat running

Re: I CANT COMPILE SERVLETS!!!HELP

2001-02-28 Thread aras
CANT COMPILE SERVLETS!!!HELP Hello, I have tomcat running fine but i couldnt compile any servlet. I put the servlet in different directories and tried (does it matter?) but same result: cannot resolve symbol:HttpServlet i use this command line from the same directory as the servlet: javac

RE: I CANT COMPILE SERVLETS!!!HELP

2001-02-28 Thread Chris Andreou
, February 28, 2001 5:09 PM To: [EMAIL PROTECTED] Subject: Re: I CANT COMPILE SERVLETS!!!HELP I'm having the same problem. So I looked into your suggestion or adding $TOMCAT_HOME\bin jar file(s) to my CLASSPATH. There are no jar files in that dir. All my jars are in TOMCAT_HOME/lib. If the lib

Re: I CANT COMPILE SERVLETS!!!HELP

2001-02-28 Thread aras
, February 28, 2001 5:09 PM To: [EMAIL PROTECTED] Subject: Re: I CANT COMPILE SERVLETS!!!HELP I'm having the same problem. So I looked into your suggestion or adding $TOMCAT_HOME\bin jar file(s) to my CLASSPATH. There are no jar files in that dir. All my jars are in TOMCAT_HOME/lib