在没有 osgi 控制台的情况下运行无头 Eclipse RCP 应用程序

发布于 2024-11-06 08:39:22 字数 166 浏览 0 评论 0原文

我想创建一个可以从控制台启动的无头 Eclipse RCP 应用程序。目前我在 .ini 文件中使用此参数:

-控制台日志

问题是这会打开一个我不想要的额外的 OSGI 控制台。有什么方法可以抑制控制台并在原始终端中获取输出吗?

i want to create a headless Eclipse RCP Application that can be started from console. Currently i'm using this parameter in the .ini file:

-consoleLog

The problem is this opens an extra OSGI console which i don't want. Is there any way to supress the console and get the output in the original terminal?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

っ〆星空下的拥抱 2024-11-13 08:39:22

-consoleLog 不会打开 OSGi 控制台,它显示为 osgi>。只有 -console 可以做到这一点。

您的意思是它会打开第二个 Windows 控制台(类似于 cmd.exe),而您只是希望它出现在原始 cmd.exe 窗口中?

如果是这种情况,那么您可以使用 eclipsec.exe -consoleLog -application来启动。

-consoleLog doesn't open an OSGi console, which shows up as osgi>. Only -console does that.

DO you mean it opens a second windows console (similar to cmd.exe) and you just want that to appear in your original cmd.exe window?

If that's the case, then you use eclipsec.exe -consoleLog -application <whatever> to launch.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文