[java ee programming] Re: Which version of JDK/SDK is needed for running the Servlet?

2009-10-02 Thread Alfredo Torres
The last version should be fine. http://java.sun.com/javase/downloads/index.jsp#jre 2009/10/1 arindam chatterjee > Which version of JDK is needed to run the servlet applications?It will be > of help if you provide me the required link for downloading. > > I have used SDK(java_ee_sdk-5_07-window

[java ee programming] Re: Which version of JDK/SDK is needed for running the Servlet?

2009-10-02 Thread Ali Ekber Çelik
jdk is enough for developers. jdk6 already included javax.servlet.* package. Did you check your application?maybe you forgot to extend your class from HttpServlet class. 2009/10/2 arindam chatterjee > Which version of JDK is needed to run the servlet applications?It will be > of help if you prov