> Subject: Problem Compiling JSP Servlet

billy_aplin> I am new to JSP development and I am trying to compile a
billy_aplin> simple servlet from the "More Servlets and JavaServer
billy_aplin> Pages".  I am getting the error "cannot resolve symbol"
billy_aplin> (see below), which is supposed to mean that I do not have
billy_aplin> my classpath setting correct, but I am fairly certain
billy_aplin> that the CLASSPATH settings are correct:

> CLASSPATH
> .; c:\JavaDev; c:\Tomcat\common\lib\servlet.jar

if you say

 echo %CLASSPATH%

do you see the above values?  Offhand, I think the spaces
may be your problem.

-- 
Steve

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

Reply via email to