Is there a way to add (or extend existing) classes at runtime in java. I\'m stuck on a problem, in which I have to extend an existing class at runtime and add this to the cl
You might want to look at BCEL. Without any more information about what you need to do, it's tricky to give a more specific answer.