> I am reading the java tutorials and one of the
> examples requires the javax.servlet package that no
> longer exists.
It still exists.
http://java.sun.com/javaee/5/docs/api/javax/servlet/package-frame.html
It's in a variety of libraries; j2ee.jar, servlet.jar, servlet-api.jar, etc.
~
That's odd. Why am I not seeing it when I look at the 1.6 API and why am I getting these errors...
ReverseServlet.java:1: package javax.servlet does not exist
import javax.servlet.*;
^
ReverseServlet.java:2: package javax.servlet.http does not exist
import javax.servlet.http.*;
^
.
The link you provided shows it and I can go to the page but when I go here
http://java.sun.com/javase/6/docs/api/
It is not there...