Eclipse 3 on Mandrake 10 [solved]
I've been tring to get Eclipse running on Mandrake 10 for several days now. I've tried updating GTK+ to 2.6.1, and all I got were a few new errors. If anyone's seen this problem before, I'd appreciate any help. When I try to start eclipse from the console (declaring the virtual machine with -vm) I get the eclipse splash then it promptly dies and spits out the folowing error messages. The first section deals with my main problem. The last two lines are new. They appeared after I upgraded GTK. (I'm running KDE if that makes a difference). I know it's not a problem with the jre. I've tested it seperately from eclipse, and it runs fine. My (speculative) guess is that there's a problem with the particular build of Mandrake I'm using. (btw, I've done dozens of google searches and found only spatterings of others with the same problems, none of which had actually solved them as far as I could tell..)
My errors msgs (from the console):
Code:
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.<init>(SystemBundleData.java:34)
at org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.createSystemBundleData(AbstractFrameworkAdaptor.java:294)
at org.eclipse.osgi.framework.internal.core.SystemBundle.<init>(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.<init>(Framework.java:95)
at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90)
at org.eclipse.osgi.framework.internal.core.OSGi.<init>(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:585)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)
(eclipse:10946): Gtk-WARNING **: Unable to locate theme engine in module_path: "galaxy",
(eclipse:10946): Gtk-WARNING **: Unable to locate theme engine in module_path: "galaxy",
Auto generated error log (very similar)
Code:
!SESSION Jan 27, 2005 00:18:42.855 ---------------------------------------------
eclipse.buildId=M200409161125
java.version=1.5.0_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
!ENTRY org.eclipse.osgi Jan 27, 2005 00:18:42.856
!MESSAGE Startup error
!STACK 1
java.lang.RuntimeException: Exception while creating System Bundle: Unable to find system bundle manifest file.
at org.eclipse.osgi.framework.internal.core.Framework.createSystemBundle(Framework.java:253)
at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:152)
at org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:95)
at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90)
at org.eclipse.osgi.framework.internal.core.OSGi.<init>(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:585)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)
!SESSION Thu Jan 27 00:18:42 EST 2005 ------------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 Jan 27, 2005 24:18:42.860
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.NullPointerException
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:138)
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:585)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)
FYI, if it isn't obvious, I'm a noob to linux. I'd be most appreciative if any help was dumbed down a bit so I don't get too lost in methods and commands I don't know yet. :wink: