Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个至少有 6 个服务器和 3 个客户端的分布式系统(如果我用得少,我就无法正确测试它)。
您可能会猜到单独启动 9 个进程很痛苦(我需要将每个进程放在不同的控制台中)
有没有办法在 eclipse 中创建一个快捷方式来启动所有这些执行?
安装CDT 启动组功能(仅此,而不是整个 CDT)。这使您能够创建一个包含其他启动配置的批处理,例如启动组。