I have two, I hope simple questions. Any help would be appreciated.
Question 1 of 2
I am new to the
Java world as well as
servlets. I am trying to compile a simple servlet controller module. (page 80 Headd First Servlets and
JSP).
The compiler is telling me that the import package javax.servlet does not exist.
src\com\example\web\BeerSelect.java:9: package javax.servlet does not exist
import javax.servlet.*;
^
I am running jdk 1.5.0. Is this not backward compatible wit jdk1.4 or do I need to install jdk 1.4 for the examples in this book?
Question 2 of 2.
If I have to revert back to jdk 1.4 how do I tell eclipse to use the older version of the jdk.
Thanks pt