About Eclipse Automatically Build

Asked 1 years ago, Updated 1 years ago, 77 views

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

2022-09-30 20:35

1 Answers

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.

Startup Settings


2022-09-30 20:35

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.