RunJettyRun plugin and hot swap

I am using Java 1.8.0_144, Eclipse (Oxygen) and the RunJettyRun plugin on Windows to test my web application. When I change Java code in a non-stationary method (without changing the method signature or adding a new method), this change is not reflected unless I turn off and switch from RunJettyRun. I made some configuration as shown below, but it did not work.

enter image description here

How can I see code change effective without shutting down RunJettyRun?

Thanks!

+5
source share

Source: https://habr.com/ru/post/1271997/


All Articles