I think I already know the answer but I thought I'd double check anyway. Is it possible to reload a class in Java when its method signatures change? I think it's forbidden by the JVM but is this possible in any way?
I can dynamically create class definitions and add methods and member data with Javassist.
Thanks
Edited by Mike_Stoddart, 20 February 2013 - 08:17 PM.






