I’m trying to teach myself how to design websites using servlets & JSP, so I bought a book on the subject and have started going through the exercises. One of the first programs starts off with these statements:
It doesn’t seem to complain about java.io, but it says that javax.servlet and javax.servlet.http do not exist.
I’m using J2SE SDK 1.5.0_04 and I have added to the end of my PATH variable “C:\Progam Files\java\jdk1.5.0_04\bin” (Windows XP, BTW)
My BIL suggested that I needed to get J2EE, so I downloaded J2EE SDK 1.4.0_03 and installed that, and changed my path to the new location (“C:\Sun\AppServer\jdk\bin”), but the program still won’t compile.
What am I missing?