how to call a java class from servlet?
843841Jun 16 2003 — edited May 7 2008Hi all,
i've got a question here and i'm hoping that someone out there, will be able to answer my doubts.
if i have some self-defined java files (non-servlets), and in addition, i created a servlet file. so the question is, how can i reference these external user-defined java files/classes from the servlet itself, without putting my classes within the same page as the servlet? i've tried import, but it always tell me the package does not exist.
hmm... anyone out there who can clarify my doubts or provide me some guidance? thanks in advance! ^_^
-Pansy