How to use Hotswap in Netbeans?

末鹿安然 提交于 2019-12-05 21:55:52

问题


How to do that? I can't find any option for it in the IDE... Please help me, I'm clueless.


回答1:


  • Run your app in "debug" mode
  • Modify your .java files and save them
  • Click on the "Apply Code Changes" button that appears on the toolbar (it looks like three linked green rectangles, or Tools -> Options -> Java -> Java Debugger -> General -> Appl code changes after save)


来源:https://stackoverflow.com/questions/10084289/how-to-use-hotswap-in-netbeans

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!