Possible Duplicate:
How do I programmatically compile and instantiate a Java class?
How to create a new java class at runtime?
How to create a new java class at runtime? |
|||||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Javassist lib looks good for manupulation with classes - so you can try it: http://www.csg.is.titech.ac.jp/~chiba/javassist/ Also maybe it can be usefull: http://www.javaranch.com/journal/200711/Journal200711.jsp#a4 |
|||
|
|
|
Use
The problem is that this method is protected. So, you should extend class loader with your own class and call this method from there. |
|||
|
|
|
One of the links is already provided by |
||||
|
|