modifying a java class after it has been placed in ~java/trustlib
I am using asp to call a java object. I have placed the java class in the ~java/trustlib directory of the server. The asp script will run fine until I add a method to the java class, recompile, and then copy to the ~java/trustlib directory. The asp script is modified to use the new method. Now the following error occurs.
Object doesn't support this property or method
MicroSoft VBScript runtime message error "800a01b6"
PLEASE HELP!
all comments or suggestions are weclome!
aside: And to add to my confusion I can completely remove the class from the trustlib directory and still get the above error, which seems like a caching issue except that I've deleted all cached files! HUMMMM?

