如何使eclipse在eclipse工作台中从命令行启动程序? [英] How to make eclipse launch a program in the eclipse workbench from the command line?

查看:316
本文介绍了如何使eclipse在eclipse工作台中从命令行启动程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使eclipse在命令行的eclipse工作台中启动程序?

How do I make eclipse launch a program in the eclipse workbench from the command line?

具体来说,我想从shell中运行一个命令,导致我的eclipse实例(已经打开)运行特定的程序。如果没有程序从shell中执行此操作,是否有一些eclipse提供的RPC API来创建这样一个程序?

Specifically, I would like to run a command from the shell that causes my eclipse instance (which is already open) to run a particular program. If there is no program to do this from the shell, is there some RPC API that eclipse provides to make such a program?

我不想做一个插件。它必须是一个单独的过程来控制eclipse。

I do not want to make a plugin. It must be a separate process that controls eclipse.

推荐答案

Eclipse远程控制似乎可能会让你的技巧 https://github.com/marook/eclipse-remote-control

Eclipse Remote Control seems that it might do the trick https://github.com/marook/eclipse-remote-control from the Read me file.


简介

Introduction

Eclipse插件项目向eclipse添加了远程控制功能。
命令可以通过eclipse远程控制客户端发送到
运行eclipse实例。

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.

我没有尝试myslef,但我碰到它试图找出如何写一个蚂蚁任务触发.launch文件

I have not tried it myslef but I ran into it trying to figure out how to write an ant task that triggers .launch file

这篇关于如何使eclipse在eclipse工作台中从命令行启动程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆