servlet compilation: what do i need to download

hi,

i can compile non-servlet java programs but don't know what to download from sun.com to compile servlets. so i downloaded java_app_platform_sdk-5_02-windows-nojdk.exe and installed it but couldn't find servlet.jar.

please give me the name of a download from sun.com that can help me compile my servlet.

thanks.

[341 byte] By [anonimudsa] at [2007-11-26 17:57:22]
# 1
What are you using to run your servlets I wonder?tomcat: add the {tomcatdir}\common\lib\servlet-api.jar to your classpathany application server: add j2ee.jar to your classpath
gimbal2a at 2007-7-9 5:10:35 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
while adding the classpath include servlet.jar or servlet-api.jar. servlet.jar could be found in tomcat itself. search for it.
ccubed2k4a at 2007-7-9 5:10:35 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...