Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Regarding Servlets

Status
Not open for further replies.

nirvani

Programmer
Joined
Jun 28, 2000
Messages
3
Location
CA
<br>&nbsp;Hi there,<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Please help me with this problem. I am new to JavaServer pages and servlets. I try to compile a servlet but it gives errors like these.<br><br>&nbsp;&nbsp;&nbsp;package javax.servlet does not exist<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;import javax.servlet.*;<br><br>&nbsp;&nbsp;&nbsp;package javax.servlet.http does not exist&nbsp;&nbsp;&nbsp;&nbsp;<br><br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;and so on.<br><br>&nbsp;&nbsp;&nbsp;my path setting is as follows.<br><br>&nbsp;&nbsp;&nbsp;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;F:\jdk1.3\bin;H:\jswdk-1.0.1\;F:\jsdk2.0<br><br>&nbsp;&nbsp;&nbsp;please help me with this problem.<br>&nbsp;&nbsp;&nbsp;thanking you<br>&nbsp;&nbsp;&nbsp;dev.
 
your classpath has gotta point to the servlet.jar of jswdk-1.0.1, eg, jswdk-1.0.1\lib\servlet.jar;
 
<br>thank you so much<br><br>&nbsp;&nbsp;regards<br>&nbsp;&nbsp;&nbsp;dev.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top