【问题标题】:How to take chages from my IDE Eclipse to the run time execution for my plug-in如何将我的 IDE Eclipse 中的更改更改为我的插件的运行时执行
【发布时间】:2019-05-25 02:29:25
【问题描述】:

请我在 Eclipse 中使用插件开发工具。我这样运行我的插件: Run=> Run as=> Eclipse application another ide for execution opend 并且我看到了结果,但是当我在插件开发的 IDE 中更改代码时,我需要关闭执行应用程序并再次运行以查看新结果。 我想在 IDE 中进行修改并继续查看 runtime-EclipseApplication 中的新更改,有办法吗?谢谢。

【问题讨论】:

    标签: java eclipse runtime


    【解决方案1】:

    Debug=> Debug as=> Eclipse 应用程序 将导致代码更改在您创建它们时被交换到运行时 VM,假设启用自动构建,就像它对任何其他 Java 应用程序所做的那样。但是,它不会使您的插件 MANIFEST.MF 或 plugin.xml 中的更改生效——仍然需要重新启动并清除配置空间。

    【讨论】:

      猜你喜欢
      • 2018-06-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-09-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多