简体   繁体   中英

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?

Open the Debug View and you can kill all of the running processes launched from Eclipse. Debug ** Perspective **的图片,但您可以从任何地方打开View

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

终止并重新启动 Eclipse 可视化

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM