Halil AKINCI wrote:
hi, I installed my machine jdk1.2.2 and Tomcat-3.3a and jsdk2.1. I wrote a servlet code (DatabaseServlet.java). When I want to compile this code I received following error message; Package javax.servlet not found in import: import javax.servlet.*;Package javax.servlet.http not found in import: import javax.servlet.http.*; what can I do?javax.servlet api is not direcly suported in jdk1.2.2 so U have to put the jar on the class-path manually..... /tonnie |
