|
Java2 Servlets configuration
Hi,
i'm new to servlets, and i'm having quite a trouble just compiling the code.
i have sdk 1.3.1 and j2ee 1.2.1
when i write this:
import javax.servlet.*; <- the compiler tells me that this package doesn't exist.
Please point me in the right direction here, like i said, i don't know much about servlets, so it could be a matter of setting up the path, but what .jar file has these classes?
Any suggestions would be more than welcome.
thanx..
|