"javax" packages do not exist.

Hello,

I am learning to write servlet using J2EE 5SDK. But for some reason, the compiler (javac) keeps telling me that the following packages do not exist:

javax.servlet

javax.servelet.http

Without the "javax" packages, the codes get compiled. I did everything in the instruction on how to set the PATH variable. It did not work. So I took the extra steps and set the PATH variable to all the bin and lib directories:

c\Sun\AppServer\bin;

c:\Sun\AppServer\jdk\bin;

c:\Sun\AppServer\jdk\jre\bin;

c:\Sun\AppServer\jdk\jre\bin\client;

c:\Sun\AppServer\jdk\jre\bin\server;

c:\Sun\AppServer\lib;c:\Sun\AppServer\jdk\lib;

c:\Sun\AppServer\jdk\jre\lib;

After all that, it still didn't work. Did I miss any entry? Where are the javax packages locate? Your help are much appreciated. Thanks :)

[864 byte] By [What_Da_Heoa] at [2007-10-3 8:09:27]
# 1
Look [url= http://forum.java.sun.com/thread.jspa?threadID=626537&messageID=3580084]here[/url].
tschodta at 2007-7-15 3:13:42 > top of Java-index,Developer Tools,Java Compiler...