newbie servlet question

L

Lem

How do I compile a servlet? What are the SDKs required? I have J2SE 1.4.1
and the compiler cannot find javax.servlet.http.*

Thanks in advance,
Lem
 
A

Andrew Thompson

How do I compile a servlet? What are the SDKs required?
I have J2SE 1.4.1

You need the J2EE (enterprise edition)
to do servlets and JSP's. Let me know
if you have problems at the download page
(which seems to list a plethora of
possibilities, all very similarly named).

Get something like Apache/Tomcat as well,
the server. This also allows you to run
& view your pages locally.

HTH
 
R

Roedy Green

How do I compile a servlet? What are the SDKs required? I have J2SE 1.4.1
and the compiler cannot find javax.servlet.http.*

An implementation javax.servlet.* should come with your Servlet womb.
Read the docs on how to set up the jars and classpaths so you can
compile.

Sometimes you compile with one library and run with another. ARRRGH!

see http://mindprod.com/jgloss/servletwomb.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top