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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with importing...

Status
Not open for further replies.

TerryS999

Programmer
Joined
Jul 31, 2000
Messages
1
Location
US
I have been using JAVA for a little while now.&nbsp;&nbsp;I'm trying to pick up some JSP.&nbsp;&nbsp;I have never tried to import a class to wasn't in the JDK API.<br><br>My problem is I need to import the javax.servlet.http.* class files.&nbsp;&nbsp;However I can't get the compiler to find them.&nbsp;&nbsp;I have the JSWDK that has all the javax .java files.<br><br>Thanks for your help,<br><br>Terry Scott
 
Make sure that servlet.jar (some where in the JSWDK hierarchy) is in your classpath.<br><br>Judah
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top