Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Developping environment for JSP

Status
Not open for further replies.

Gaelle

Programmer
Jun 20, 2001
62
FR
Hello !

I need to work with JSP, which I don't know, for one of my projects.
For the moment, I would just like to test small programms like "Hello world ! ", or displayind the current date.
For the moment, I don't have anything as Java environment on my Windows NT computer.
What do I need to setup on it to manage to work with JSP ?
Do I need a server, a compilator ?...

Merci, Please don't mind my poor english,
Gaëlle.
 
Thank you for your answer !
I went to the site and downloaded tomcat4.0.zip
But still I'm wondering : don't I need a jdk ?
Thanks !
Gaelle.
 
Im trying to compile a java servlet and uses the javax.servlet.* Then it says that I dont have that package. How do I get the packages from Sun installed into my machine?

What is the environment variable that I need to set up?

JOLO
 
What Web Container are you using? All Web Container ship with the necessary classes to compile your Servlets and JSP pages, you just need to know what jar the classes are in and include that on your CLASSPATH. You could check the documentation for your Web Container, it probably addresses this somewhere.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top