How to force Java to reload class upon instantiation?

后端 未结 6 1173
执念已碎
执念已碎 2020-12-04 22:52

Background:
I have a MainTest class that has many buttons, each of which instantiate a class that I am coding/testing. I want the code/test cycle for these classes to be

6条回答
  •  旧巷少年郎
    2020-12-04 22:57

    I found an article on exactly this problem.
    http://www.zeroturnaround.com/blog/reloading-objects-classes-classloaders/

    BUT, maerics answer looks good too. will try it later.

提交回复
热议问题