作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何让 eclipse 从命令行启动 eclipse 工作台中的程序?
具体来说,我想从 shell 运行一个命令,使我的 eclipse 实例(已打开)运行特定程序。如果没有程序从 shell 执行此操作,eclipse 是否提供一些 RPC API 来制作这样的程序?
我不想制作插件。它必须是一个单独的进程来控制 eclipse。
最佳答案
Eclipse Remote Control 似乎可以解决问题 https://github.com/marook/eclipse-remote-control从自述文件中。
Introduction
Eclipse plug-in project which adds remote control features to eclipse. Commands can be sent via the eclipse remote control client to a running eclipse instance.
我自己没有尝试过,但我遇到了它,试图找出如何编写触发 .launch 文件的 ant 任务
关于eclipse - 如何让eclipse从命令行启动eclipse工作台中的程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7161978/
我是一名优秀的程序员,十分优秀!