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

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

问题描述

当我开始我的日食时,我收到了这个异常.我该如何解决这个问题.

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.

我添加了一个名为 tomcatPluginV321.zip 的插件.我在插件文件夹中提取了它.

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

那么我正面临这个问题.

then i am facing this problem.

推荐答案

在你的 config.ini eclipse 文件中 eclipseconfigurationconfig.ini检查这三件事:

In your config.ini file of eclipse eclipseconfigurationconfig.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

并检查这些 jars 是否到位,jar 文件取决于您的 eclipse 版本.

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天全站免登陆