RunJettyRun plugin and hot swap
up vote
5
down vote
favorite
I am using Java 1.8.0_144, Eclipse (Oxygen) and RunJettyRun plugin on Windows to test my web application. When I modify the Java code in a non-static method (not change to the method signature or adding a new method), the change does not get reflected unless I shut down and resart RunJettyRun. I did some configuration as shown below, but it was not working.
How can I see code change effective without shutting down RunJettyRun?
eclipse-plugin runjettyrun
add a comment |
up vote
5
down vote
favorite
I am using Java 1.8.0_144, Eclipse (Oxygen) and RunJettyRun plugin on Windows to test my web application. When I modify the Java code in a non-static method (not change to the method signature or adding a new method), the change does not get reflected unless I shut down and resart RunJettyRun. I did some configuration as shown below, but it was not working.
How can I see code change effective without shutting down RunJettyRun?
eclipse-plugin runjettyrun
Obvious question, but I assume you have started jetty in "debug" mode?
– Optional
Sep 30 '17 at 2:34
Yes. I always start jetty in debug mode.
– curious1
Oct 19 '17 at 0:07
add a comment |
up vote
5
down vote
favorite
up vote
5
down vote
favorite
I am using Java 1.8.0_144, Eclipse (Oxygen) and RunJettyRun plugin on Windows to test my web application. When I modify the Java code in a non-static method (not change to the method signature or adding a new method), the change does not get reflected unless I shut down and resart RunJettyRun. I did some configuration as shown below, but it was not working.
How can I see code change effective without shutting down RunJettyRun?
eclipse-plugin runjettyrun
I am using Java 1.8.0_144, Eclipse (Oxygen) and RunJettyRun plugin on Windows to test my web application. When I modify the Java code in a non-static method (not change to the method signature or adding a new method), the change does not get reflected unless I shut down and resart RunJettyRun. I did some configuration as shown below, but it was not working.
How can I see code change effective without shutting down RunJettyRun?
eclipse-plugin runjettyrun
eclipse-plugin runjettyrun
edited Nov 10 at 18:03
halfer
14.2k757105
14.2k757105
asked Sep 21 '17 at 1:46
curious1
6,0512179140
6,0512179140
Obvious question, but I assume you have started jetty in "debug" mode?
– Optional
Sep 30 '17 at 2:34
Yes. I always start jetty in debug mode.
– curious1
Oct 19 '17 at 0:07
add a comment |
Obvious question, but I assume you have started jetty in "debug" mode?
– Optional
Sep 30 '17 at 2:34
Yes. I always start jetty in debug mode.
– curious1
Oct 19 '17 at 0:07
Obvious question, but I assume you have started jetty in "debug" mode?
– Optional
Sep 30 '17 at 2:34
Obvious question, but I assume you have started jetty in "debug" mode?
– Optional
Sep 30 '17 at 2:34
Yes. I always start jetty in debug mode.
– curious1
Oct 19 '17 at 0:07
Yes. I always start jetty in debug mode.
– curious1
Oct 19 '17 at 0:07
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f46334125%2frunjettyrun-plugin-and-hot-swap%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Obvious question, but I assume you have started jetty in "debug" mode?
– Optional
Sep 30 '17 at 2:34
Yes. I always start jetty in debug mode.
– curious1
Oct 19 '17 at 0:07