Hello
I am studying java development at Eclipse.
Since it is slow to compile every time I save it, I tried to uncheck "Build Automatically" in Eclipse.
Then, when I debug with tomcat, I start debugging with old *.jar.
I would like Eclipse to start building automatically as soon as the debug button is clicked like VisualStudio.
Can you compile it as soon as you start debugging?
java eclipse
From the window menu settings, click
Under Run/Debug > Boot, click the general options,
Build at startup (if necessary)
I think that's the only way it was set.
© 2024 OneMinuteCode. All rights reserved.