Exikle
Exikle

Reputation: 1165

Close what is already already running when running in eclipse

i was wondering if in eclipse there is a way for eclipse, when you press the play button(run), it closes the already running program. For example, if anyone has every used Dr. Java, when you click run it basically closes all the running, compiled, programs and opens what ever you want to run. I was hopinmg there is a way to do this in eclipse because i often forget to close the program before running a modified version.

Also in Dr. Java it says something around the lines of "resetting interactions pane" so if that helps?

Upvotes: 7

Views: 3595

Answers (2)

Alexander Summers
Alexander Summers

Reputation: 141

Go to Window->Preferences->Run/Debug->Launching, and check Terminate and Relaunch while launching.

Terminate and relaunch eclipse visualization

Upvotes: 0

nitind
nitind

Reputation: 20023

Open the Debug View and you can kill all of the running processes launched from Eclipse. Picture of the Debug **Perspective**, but you can open the View from anywhere

Upvotes: 0

Related Questions