Eclipse Java EE:启动应用程序时,停止旧的正在运行的实例
我正在 Eclipse 中寻找一种方法,在单击“运行”时停止 Java 应用程序的所有正在运行的实例,以确保该程序只有一个实例同时运行。
我正在编写一个服务器应用程序,很明显,你只能运行一次,只是套接字绑定等。
当然,你可以每次手动停止它,但由于我也有客户端应用程序运行,我必须每次都更改控制台时间并单击红色停止图标。这阻碍了发展进程。
I am searching for a way in Eclipse to stop all running instances of a Java Application when clicking run, to assure only one instance of the program is running at the same time.
I am programming a server application and it's obvious that you can only run that once, just thing of the socket bindings etc.
Of course you can stop it manually each time, but as I also have client applications running I have to change the console each time and click the red stop icon. This is retarding the development process.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论