zippo_qq 发表于 2005-3-8 15:35:11

请问eclipse如何在FC3启动?

我运行eclipse提示如下
# eclipse
org.osgi.framework.BundleException: Unable to find system bundle manifest file.
      at org.eclipse.osgi.framework.adaptor.core.SystemBundleData.createManife st(SystemBundleData.java:73)
      at org.eclipse.osgi.framework.adaptor.core.SystemBundleData.<init>(Syste mBundleData.java:34)
      at org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.crea teSystemBundleData(AbstractFrameworkAdaptor.java:294)
      at org.eclipse.osgi.framework.internal.core.SystemBundle.<init>(SystemBu ndle.java:41)
      at org.eclipse.osgi.framework.internal.core.Framework.createSystemBundle (Framework.java:187)
      at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framewo rk.java:152)
      at org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.j ava:95)
      at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.ja va:90)
      at org.eclipse.osgi.framework.internal.core.OSGi.<init>(OSGi.java:31)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarte r.java:215)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja va:127)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      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)


我编译一个JAR 文件提示如下
# java -jar startup.jar
Failed to load Main-Class manifest attribute from
startup.jar


请问如何解决啊谢谢呵呵

涩兔子 发表于 2005-3-9 07:55:35

错误1:Unable to find system bundle manifest file.

错误2:Failed to load Main-Class manifest attribute from

用这两个错误作为关键词google一下 :wink:

jiangtao9999 发表于 2005-3-9 10:39:39

我记得好像不加扩展名 .jar 才行

zippo_qq 发表于 2005-3-9 15:26:56

是那个包有问题..我重新下了个..么问题了..谢谢楼上的各位

esheng 发表于 2005-6-8 16:48:34

和我的情况一模一样,不知你是怎么解决的?
页: [1]
查看完整版本: 请问eclipse如何在FC3启动?