You are probably better off not to use a new ClassLoader, but instead to rename the class, and then you can track down the old objects and pass them to the new constructor to upgrade them. You then have to update all the references to make them point to the new object. By using one layer of indirection, you can make that task easier since there is only one link to update. You have to ensure old and new share a common base class or interface that you can use for references.
Another possible object-upgrading tool is serialisation where you serialise version-marked objects and reconstitute them with new code. It is slow but convenient. I have not experimented with any of these techniques personally.
| You can get the freshest copy of this page from: | or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror) | |
| http://mindprod.com/jgloss/reloading.html | J:\mindprod\jgloss\reloading.html | |
![]() | ||
| Canadian Mind Products | ||
| mindprod.com IP:[65.110.21.43] | ||
| view Blog | Your face IP:[38.107.191.107] | |
| Feedback | You are visitor number 14,779. | |