It would also be useful to understand the problem Ramesh is trying to solve.
Dynamic Class Loading may not be the only answer. Cheers, Zubin. On Mon, Aug 4, 2008 at 2:30 AM, Leela Manoranjan BV <[EMAIL PROTECTED] > wrote: > Hi Ramesh, > > If you can provide your environment it can be helpful. If you are looking > for some help on a development environment, you can make use of Java Hot > SWAP feature. Eclipse and Netbeans support this. All you have to do is run > your application in debug mode. Netbeans also supports to do remote > debugging. However, the limitations with Hot Swap are - > > cannot add parameters to methods and recompile, > you cannot add methods to classes, > you cannot add static fields to classes > Check it you. > > Regards, > Leela Manoranjan B V > > --- On Fri, 1/8/08, ramesh <[EMAIL > PROTECTED]<ramesh.elkaturi%40ereasoning.com>> > wrote: > From: ramesh <[EMAIL PROTECTED]<ramesh.elkaturi%40ereasoning.com> > > > Subject: [twincling] reloads changes to Java classes on-the-fly without > redeploy or restart webserver(tomcat). > To: [email protected] <twincling%40yahoogroups.com> > Date: Friday, 1 August, 2008, 12:00 PM > > > Hi all, > > I am using on struts frame work with jdk 1.5 and tomcat 5.5. Is > there any way to reloads changes to Java classes on-the-fly without > redeploy > or restart tomcat?. > > My requirement as follows.I would like to make changes in java > file and these changes should reflect while using my web application > without > restarting tomcat. > > Thanks in advance, > > Ramesh Elkaturi, > >

