gpt4 book ai didi

eclipse-rcp - 在 Eclipse RCP 应用程序中找不到框架

转载 作者:行者123 更新时间:2023-12-04 07:01:03 28 4
gpt4 key购买 nike

我开发了一个 Eclipse RCP 应用程序,我正在从我自己的 Java 程序中调用它。
当我从命令提示符(windows)运行我自己的 Java 程序时,它完美地工作并给出结果。

但是当我在 eclipse 3.2 中与 ant 构建脚本集成时,它给出了以下问题:

!ENTRY org.eclipse.core.launcher 4 0 Dec 02, 2009 10:53:17.608
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.RuntimeException: Could not find framework
at org.eclipse.core.launcher.Main.getBootPath(Main.java:395)
at org.eclipse.core.launcher.Main.basicRun(Main.java:174)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at xxx.xxx.xxxx.MyCodeGenerator.main(MyCodeGenerator.java:13)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:202)
at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:134)

你能帮我解决这个错误的可能原因吗?

最佳答案

this thread 中所述, 你:

  • 不仅要将您希望导出的平台插件添加到您的功能的依赖插件列表中,

  • Dependencies
  • 但您还必须查看包含的插件列表

  • Required plugins

    (例如参见 this project)

    确保在启动 RCP 之前“验证插件”(请参阅​​ this thread)。
    对于 Launch Configuration Dialog,在“Plug-ins”选项卡中,有一个“Validate Plug-ins”按钮,您可以单击该按钮来验证“选定”插件的所有依赖项是否都得到满足。
    如果有错误,您可以点击“ Add Required Plug-ins”来更正错误。

    关于eclipse-rcp - 在 Eclipse RCP 应用程序中找不到框架,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1832556/

    28 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com