From: Ken A. <kan...@bb...> - 2004-02-04 20:55:38
|
I've enclosed some code that will allow you to redefine Java classes in a running JDK 1.4.2 application. It uses the Java Debugging Interface (JDI) to open a debugging session with itself. Currently you cannot change the number of fields or methods in the class, or its position in the class hierarchy, so basically only method behavior can be changed. This is another baby step toward Common Lisp. k |