Re: Including java classes in Servlet

2002-07-19 Thread Raghupathy, Gurumoorthy
put you jar/zip file ( which contains the com/ae/rtu/RTUlist class ) in the lib directory Regards guru -Original Message- From: Carter, Scott [mailto:[EMAIL PROTECTED]] Sent: 18 July 2002 21:47 To: [EMAIL PROTECTED] Subject: Including java classes in Servlet Can you

Re: Including java classes in Servlet

2002-07-18 Thread Taylor, Kevin
, July 18, 2002 3:47 PM > To: [EMAIL PROTECTED] > Subject: Including java classes in Servlet > > Can you write your own java classes (not servlets, just simple > java > classes ) and then use the functionality of those classes in your servlet? > I wrote a class tha

Re: Including java classes in Servlet

2002-07-18 Thread Gang Zhang
lt;[EMAIL PROTECTED]> Sent: Thursday, July 18, 2002 3:46 PM Subject: Including java classes in Servlet > Can you write your own java classes (not servlets, just simple java > classes ) and then use the functionality of those classes in your servlet? > I wrote a class that just

Including java classes in Servlet

2002-07-18 Thread Carter, Scott
Can you write your own java classes (not servlets, just simple java classes ) and then use the functionality of those classes in your servlet? I wrote a class that just does some simple things such as returning an array and tryed to use this class in my servlet. I included the class in t