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

Reply via email to