繁体   English   中英

Eclipse RCP找不到EclipseStarter

[英]Eclipse RCP cannot find EclipseStarter

我有一个RCP应用程序要开发; 该代码是几年前编写的,我必须完成它。 我在Eclipse中导入了插件,我解决了所有依赖关系,但是当我尝试启动它时,出现此错误:

!SESSION Tue Mar 29 10:13:24 CEST 2011 
-----------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2011-03-29 10:13:24.326
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ClassNotFoundException: 

org.eclipse.core.runtime.adaptor.EclipseStarter
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:617)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1384)

我尝试重新安装Eclipse zip(删除所有内容并重新解压缩),但是仍然无法正常工作。 我尝试使用-clean选项启动应用程序以重建缓存,但是仍然无法正常工作。 但是,如果我创建了一些具有hello功能和hello-product的虚拟hello插件,则一切正常。 有人有解决这个问题的提示吗? 谢谢。

好的,问题解决了,我只需更改选项即可The product configuration is based on功能插件的过程,并通过Add Required Plug-ins按钮Add Required Plug-ins所有依赖Add Required Plug-ins 我不知道这是不是正确的方法,就可以了。

我有完全相同的问题。

我的操作系统是Windows7。我以管理员身份打开了Eclipse(在我的情况下为RAD)。 打开没有任何问题。

暂无
暂无

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

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