java.lang.ClassNotFoundException:org.eclipse.core.runtime.adaptor.EclipseStarter [英] java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter

查看:3723
本文介绍了java.lang.ClassNotFoundException:org.eclipse.core.runtime.adaptor.EclipseStarter的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 !SESSION Thu Aug 05 12:52:23 IST 2010 ------------------------------------------ 
!ENTRY org.eclipse.equinox.launcher 4 0 2010-08-05 12:52:23.805
!MESSAGE启动Eclipse Platform的异常:
!STACK
java.lang。 ClassNotFoundException:java.security.AccessController.doPrivileged(Native Method)
(java.security.AccessController.doPrivileged)中的$ N $ R $ R
在java.net.URLClassLoader.findClass(URLClassLoader.java:188)
在java.lang.ClassLoader.loadClass(ClassLoader.java:307)
在java.lang.ClassLoader.loadClass( ClassLoader.java:252)
在org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:556)
在org.eclipse.equinox.launcher.Main.basicRun(Main.java: 514)
在org.eclipse.equinox.launcher.Main.run(Main.java:1311)
在org.eclipse.equ inox.launcher.Main.main(Main.java:1287)

我也清除了我的工作空间,但仍然我得到同样的问题。



我添加一个名为tomcatPluginV321.zip的插件名称,我将其插入到插件文件夹中。


解决方案

在您的配置中。 ini eclipse文件 eclipse\configuration\config.ini
检查这三件事:

  osgi.framework = file\:plugins\\org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar 
osgi.bundles = reference\:file\:org.eclipse.equinox.simpleconfigurator_1.0.0.v20080604.jar@1\:start
org.eclipse.equinox.simpleconfigurator.configUrl = file\:org.eclipse.equinox .simpleconfigurator\\bundles.info

并检查这些罐子是否到位jar文件取决于您的eclipse版本。


When i am starting my eclipse i am getting this exception.How could i resolve this.

!SESSION Thu Aug 05 12:52:23 IST 2010 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2010-08-05 12:52:23.805
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:556)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1287)

I cleared my workspace also but still i am getting same problem.

I add one plugin name called tomcatPluginV321.zip.I extracted this in plugin folder.

then i am facing this problem.Could u help me.

解决方案

In your config.ini file of eclipse eclipse\configuration\config.ini check this three things:

osgi.framework=file\:plugins\\org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar
osgi.bundles=reference\:file\:org.eclipse.equinox.simpleconfigurator_1.0.0.v20080604.jar@1\:start
org.eclipse.equinox.simpleconfigurator.configUrl=file\:org.eclipse.equinox.simpleconfigurator\\bundles.info

And check whether these jars are in place or not, the jar files depend upon your version of eclipse .

这篇关于java.lang.ClassNotFoundException:org.eclipse.core.runtime.adaptor.EclipseStarter的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆