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

Servlets & Java Package

Status
Not open for further replies.

marcela24

Programmer
Feb 17, 2003
72
0
0
NL
Iam trying to do a servlet that uses some java classes (all this java classes are into the same package)
I did a servlet example and compile it into the directory classes, and it work fine.

When i tryied do create a new subdirectory of "classes" and put all my java there and also my servlet it didn't work.

How can i use a servlet with a Java Package?
 
Try putting the package jar file in WEB-INF/lib
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top