Tagged Questions
0
votes
1answer
300 views
How to load a class from its source code using Javassist?
I have in an input stream the complete source code of a class. Is it possible to use Javassist to create a new CtClass object for this class ?.
I know that with the name of the class is possible to ...