Java servlet

I don t really know if this is the right place to post this message

I have been developing java application and applet for a while and know i would like to start servlet but i am a little lost

i am using eclipse 3.2 on mac os and i dont really where to start

i download java_ee_sdk-5_02-mac.zip but i have no clue of how to install it

what to i have to do to start writting servlet code in eclipse

thanks

[442 byte] By [lildavesflavaa] at [2007-11-27 4:50:49]
# 1
i dont know about jav2ee but to do run servlets or jsp you need to download Apache tomcat in order to compile servlets or jsp. search it on google.
lrngjavaa at 2007-7-12 10:04:16 > top of Java-index,Java Essentials,New To Java...
# 2
Hey if you're using eclise you gotta download a plugin for creating servlets, J2EE etc, look for a plugin in it's page for J2EE.
jorgechavez77a at 2007-7-12 10:04:16 > top of Java-index,Java Essentials,New To Java...
# 3

i download a bunch of stuff as wtp but eclipse still doesn t recognize some class as session and transport. I am trying to send a mail via my application. I have tomcat running on a server and i am trying to write the code. I was able to grab some code from internet but eclipse wont recognize those classes. I am using eclipse 3.3 and i did download wtp plug in and successfully install. I am running all this on a macos x

I download netbeans and all those classes are recognized fine but since i have never used netbeans before i fail in compiling my project. Anyway i would like to stick with eclipse for now and make this work. I did download javamail.jar but eclipse still do not recognize those classes.

What should i do to get this rolling

thanks in advance

lildavesflavaa at 2007-7-12 10:04:16 > top of Java-index,Java Essentials,New To Java...
# 4
I wasn t importing the files correctly I was using the import function of the menuinstead i used the properties available in the right clickand it works fine tx
lildavesflavaa at 2007-7-12 10:04:16 > top of Java-index,Java Essentials,New To Java...