当前位置: 技术问答>linux和unix
救命linux下安装eclipse后无法起动
来源: 互联网 发布时间:2015-07-10
本文导语: 出现以下错误 org.osgi.framework.BundleException: Unable to find system bundle manifest file. at org.eclipse.osgi.framework.adaptor.core.SystemBundleData.createManifest(SystemBundleData.java:73) at org.eclipse.osgi.framework.adaptor.core.S...
出现以下错误
org.osgi.framework.BundleException: Unable to find system bundle manifest file.
at org.eclipse.osgi.framework.adaptor.core.SystemBundleData.createManifest(SystemBundleData.java:73)
at org.eclipse.osgi.framework.adaptor.core.SystemBundleData.(SystemBundleData.java:34)
at org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.createSystemBundleData(AbstractFrameworkAdaptor.java:294)
at org.eclipse.osgi.framework.internal.core.SystemBundle.(SystemBundle.java:41)
at org.eclipse.osgi.framework.internal.core.Framework.createSystemBundle(Framework.java:187)
at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:152)
at org.eclipse.osgi.framework.internal.core.Framework.(Framework.java:95)
at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90)
at org.eclipse.osgi.framework.internal.core.OSGi.(OSGi.java:31)
at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:215)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)
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:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)
org.osgi.framework.BundleException: Unable to find system bundle manifest file.
at org.eclipse.osgi.framework.adaptor.core.SystemBundleData.createManifest(SystemBundleData.java:73)
at org.eclipse.osgi.framework.adaptor.core.SystemBundleData.(SystemBundleData.java:34)
at org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.createSystemBundleData(AbstractFrameworkAdaptor.java:294)
at org.eclipse.osgi.framework.internal.core.SystemBundle.(SystemBundle.java:41)
at org.eclipse.osgi.framework.internal.core.Framework.createSystemBundle(Framework.java:187)
at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:152)
at org.eclipse.osgi.framework.internal.core.Framework.(Framework.java:95)
at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90)
at org.eclipse.osgi.framework.internal.core.OSGi.(OSGi.java:31)
at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:215)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)
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:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)
|
重新下载,试一下~~
|
up
|
是不是要设置环境变量啊?
|
装j2sdk 了吗
有没有设置环境变量啊
有没有设置环境变量啊
|
好像是找不到 J2SDK 的路径, ECLIPSE 没有 JAVA 环境是无法使用的