Code updates not running during Debug, Eclipse

Asked

Viewed 53 times

0

I work with Eclipse and Wildfly. Well, my question is simple: I made some kind of change to the code, however, when doing Debug I noticed that this change was not being executed, as if Eclipse always ran the old version of the code, ignoring my changes. With this problem I couldn’t test my code changes, I had to commit, and another developer updated the code with my changes and managed to test.

I tried to build, clean, download the project again, however, none of the attempts worked

Someone has been through something similar, if yes, as you did ?

Thank you, Sincerely yours

1 answer

0

I have been through something similar several times, the problem was always that the project had to be re-deployed (deploy again) on the application server. In this case, it is good to give a Restart in the JVM for the class Loader to run again as well.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.