You need to compile both the supporting class and the accessing servlet.
Keep the supporting classes in the same directory as servlets. This should
solve your problem, unless your Servlet Engine behaves in a different way.
It works for me with JRun.
Vivek
-----Original Message-----
From: Venkatesh Meesala [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 04, 2000 3:04 PM
To: [EMAIL PROTECTED]
Subject: load the helper classes when Servlet instantiates the helper
class
I have created a servet say (MyServlet). That Instantiates a helper class
and uses its services. When I make changes to helper class and and recompile
and place the class file in the same directory as the MyServlet class.
The helper class does not get loaded. but if changes were made to the
servlet class file...the changes gets reflected during invocation.
I would like to know how can I make a servlet pick up the latest helper
class
file at the time of invocation.
need help ASAP.
Thanks In Advance.
Venkatesh
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html