简体   繁体   English

小版本的旧版小程序仍在日食中运行

[英]Old version of applet still running in the background in eclipse

Sometime I forget to close my previous applet before I re-compile a new version. 有时我忘记重新编译新版本之前关闭以前的小程序。 So I end up with multiple versions of my old applets hanging around in my dock. 因此,我最终在码头上闲逛了多个旧的小程序。

Is there a way to tell Eclipse to close these old version before launching the new one? 有没有办法告诉Eclipse在启动新版本之前关闭这些旧版本?

No, there isn't such a feature on Eclipse. 不,Eclipse没有这种功能。 I've always have to stop the current running instance before starting a new one. 在启动新实例之前,我总是必须停止当前正在运行的实例。 Depending on the environment thought, sometimes saving the code files and refreshing the running instance will do the trick (like for example when running a GAE application) but i always better to start with a complete fresh execution to avoid inconsistencies. 根据环境的想法,有时可以保存代码文件并刷新正在运行的实例(例如运行GAE应用程序时)会达到目的,但我总是最好从全新执行开始,以避免出现不一致的情况。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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