I'll be curious to see if there are other ideas on this as well--whenever I've done Java stuff I just always bounce the server, but this is obviously a pain in the butt during development.
Matt On Apr 5, 2005 12:15 PM, Dirk Meilinger <[EMAIL PROTECTED]> wrote: > > Hey All, > > I am making my first foray into creating some custom java classes that I > want to invoke via CF. I setup a classpath entry in the admin and placed my > first .class stub in the folder, and CF happily served up my first object > instantiation. > > I made a few changes to the .class and copied over the new file, but CF > refuses to recognize the "new" version of the class, continuing to insist > that the new method I have created doesn't exist. I am assuming that there > is a cached version of my old .class file that it is passing to me. Is > there an "easy" way, save bouncing the CF (MX7) server, for me to do > iterative integration testing with my .class files ? > > Thanks ! > > Dirk -- Matt Woodward [EMAIL PROTECTED] http://www.mattwoodward.com ---------------------------------------------------------- To post, send email to [email protected] To unsubscribe: http://www.dfwcfug.org/form_MemberUnsubscribe.cfm To subscribe: http://www.dfwcfug.org/form_MemberRegistration.cfm
