| Author |
Servlets And Jsp
|
Smita Bodke
Greenhorn
Joined: Dec 05, 2007
Posts: 1
|
|
|
How can i compile servlet/jsp programs?
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
You don't need to compile JSPs. The container will do it for you. Servlets are just like any other Java class. If you're not familiar with javac, classpaths, and packages (things you need to know in order to compile Java programs) the best place to go for advice is our Java In General (Beginner forum).
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: Servlets And Jsp
|
|
|