Unloading Java code with Kaffe ...
Kent Ryhorchuk
ryhorchu at nortel.ca
Mon Jul 28 04:12:00 PDT 1997
You can download and reload classes by writting your own class loader. Look in
the java docs for the class java.lang.ClassLoader for details on how to do it.
Just load your class data from a file or, even better, a URLConnection. I have
tried this with Sun's JDK and it works. Unfortunately, as I stated in a previous
message, I tried this with Kaffe and something went wrong.
Later,
Kent.
More information about the kaffe
mailing list