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
There are a number of ways you could do this.
I imagine there are other options.