Importing a Java class into a servlet...?
Hi guys..!I have a java class that I would like to import or use in my servlet class....does any of you knows how to do that...? and in which directory should I put the java class..?Any help will be appreciated...Thanks,
[248 byte] By [
Etoa] at [2007-11-26 22:26:55]

Same way you would import any other class into any other class. With an "import" statement. There is nothing special about servlets in this case, and there is nothing special about the fact that the class was written by you. The only requirement is that imported classes must be in a