I need to import javax.servlet.jsp and don't know where to find the jsp classes. I can import the javax.servlet and javax.swing classes okay, but not the jsp. Does anyone know where I find the JSP classes.<br><br>Thank you,<br>Jerry
Dear Jerry,<br><br>You don't use the JSP classes in JSP development, but the file is jspengine.jar and should be located in the same directory as the servlet.jar file.<br><br>Good luck<br>-pete<br><br>
Thank you Pete, that got me the javax.servlet.jsp.*. I thought it should also get me the javax.servlet.jsp.tagext.*, but it doesn't find the last one. Also, I tried "jar -tv jspengine.jar" to see what was in the jar file but it didn't work for me -- nothing.<br><br>Is the javax.servlet.jsp.tagext.* stuff in a different location.<br><br>Jerry
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.