0

I'm interested to know if there is a way that I don't always have to restart my whole project after changes in my code?

I know this mechanism from frontend development with Angular. If I make changes in my code here, I don't have to reload the whole project.

I use Intellj Idea as IDE. Is there such a mechanism for Java development or plugins for intellj idea?

Hubi
  • 440
  • 1
  • 11
  • 25
  • 1
    If you run your code in debug mode you can reload changes while it's running. There's a "Reload Changed Classes" item in the Run menu. – khelwood Feb 04 '20 at 08:56
  • *if there is a way that I don't always have to restart my whole project after changes in my code?* ... No , you need to compile the file that you have made changes. – Vishwa Ratna Feb 04 '20 at 08:59

0 Answers0