I'm new to using JSP and I need the javax.servlet package. I am using j2sdk1.4.1 but that package is not included in it.I think I need a different API. Thank you.
: I'm new to using JSP and I need the javax.servlet package. : I am using j2sdk1.4.1 but that package is not included in it.I think I need a different API. : Thank you. : The javax.servlet package is only included as part of the j2EE not in J2SE. You therefore have to get the enterprise sdk (or i think you can dowlnload just the API. check out the java.sun site).
Comments
: I am using j2sdk1.4.1 but that package is not included in it.I think I need a different API.
: Thank you.
:
The javax.servlet package is only included as part of the j2EE not in J2SE. You therefore have to get the enterprise sdk (or i think you can dowlnload just the API. check out the java.sun site).