|
I'm trying to compile the code that I downloaded and I get these
errors:
E:\croftsoft\src\com\croftsoft\ajgp\http\ScoreServlet.java:5: package
javax.servlet does not exist
import javax.servlet.*;
E:\croftsoft\src\com\croftsoft\ajgp\http\ScoreServlet.java:6: package
javax.servlet.http does not exist
import javax.servlet.http.*;
Below is my path statement:
PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\Sys
tem32\Wbem;d:\Sun\AppServer\bi
n
This is where the javax directory is located on my system:
D:\Sun\AppServer\docs\api\javax\servlet
I have installed "J2EE 1.4 SDK and Sun Java System Application Server
Platform Edition 8.1 2005Q1 February 4, 2005" in D:\Sun\AppServer.
Can you tell me where the problem is?
Thanks,
amdarden
|