Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JSP classes -- is there a jsp.jar file 1

Status
Not open for further replies.

cmmrfrds

Programmer
Feb 13, 2000
4,690
US
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 &quot;jar -tv jspengine.jar&quot; 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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top