Now I want to implement this case:
If java source file modified, I compile dynamically the java source file to class file. Then I want to know what classes are recompiled so that I can redefine and reload them.
Or someone have a better solution.
Now I want to implement this case:
If java source file modified, I compile dynamically the java source file to class file. Then I want to know what classes are recompiled so that I can redefine and reload them.
Or someone have a better solution.