Java EE Environment Setup help

Hi all,

My question is quite simplistic .. please try not to flame me in your reply :)

I have downloaded and installed the Java Enterprise Edn. SDK successfully on my Windows XP Pro Box.

It seems that when I try to compile a servlet the compiler cannot find the appropriate base classes (eg. HttpServlet and so on).

Apparently, there must be some classpath setting or path setting that i must get done, right?

I'm quite new to WindowsXP (embarassed :) ) and I'm used to Linux boxes.

Any help is appreciated - Thanks guys and gals.

Sid.

[587 byte] By [siddharth.raoa] at [2007-11-27 6:37:04]
# 1
The Java EE API classes are located in <JAVAEE_HOME>\lib\javaee.jar
ksaksa at 2007-7-12 18:05:18 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

I think <<Core Servlets and JavaServer Pages: Volume 1: Core Techologies 2nd Edition>> will be helpful. It teaches you how to deploy a servlet (mainly on Windows) step by step. It also teach you how to config server(such as Tomcat) and how to config IDE. And if you want to build a complex web application, you can use eclipse as your IDE.

liuyiwua at 2007-7-12 18:05:18 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...