Click to See Complete Forum and Search --> : How To Call Java Class From Asp


XINGJJ
May 7th, 2004, 10:39 PM
Hi there,
Recently I need to call some java classes from ASP code. Tried with GetObject function for non-registered classes and CreateObject function with registered classes, both worked... but the problem is that once the java classes were called then they will be sitting in memory until the machine is rebooted. I mean even I changed the java source code and recompiled the classes, no changes were picked up from the ASP side. I can even delete those class files from the \winnt\java\trustlib folder and it's not breaking until the machine is rebooted.

Any idea on how to update or get rid off the class files once they're created?

Much appreciated!