0

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.

Chantz Yang
  • 89
  • 1
  • 1
  • 9

1 Answers1

0

I think you should work with a resource change listener

Marko Topolnik
  • 195,646
  • 29
  • 319
  • 436