简体   繁体   English

已安装的Eclipse RCP插件无法运行

[英]Installed eclipse RCP plugin doesnt run

I was trying to install a sample plugin as mentioned here http://www.vogella.com/tutorials/EclipseJDT/article.html#jdt_example into the eclipse instance but when i restart my eclipse i dont see the output on the console when i click on a new menu entry (new plugin). 我正在尝试将此处提到的示例插件安装到eclipse实例中http://www.vogella.com/tutorials/EclipseJDT/article.html#jdt_example ,但是当我重新启动eclipse时,当我重新打开eclipse时,控制台上看不到输出单击新菜单项(新插件)。 When i do ss pluginname i get active status and diag also shows no constraints . 当我使用ss插件名时,我会处于活动状态,并且diag也不会显示任何约束。 i am able to see the output only when i run it as an eclipse app. 我只能在将其作为Eclipse应用程序运行时才能看到输出。

If you mean the Console View that only shows the output of programs run from Eclipse. 如果您是说控制台视图,则仅显示从Eclipse运行的程序的输出。 It does not show the output of 'System.out.println' statements in a plugin. 它不会在插件中显示“ System.out.println”语句的输出。

If you start Eclipse with the -consoleLog option it should show you a separate window with the console output from Eclipse. 如果使用-consoleLog选项启动Eclipse,它将显示一个带有Eclipse控制台输出的单独窗口。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM