Community
Participate
Working Groups
I200803051100 The standalone installer wont launch. I get the following in my configuration directory: !SESSION 2008-03-06 14:01:57.904 ----------------------------------------------- eclipse.buildId=@build@ java.version=1.5.0_13 java.vendor=Apple Inc. BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US Framework arguments: -keyring /Users/kim/.eclipse_keyring -showlocation Command-line arguments: -os macosx -ws carbon -arch x86 -keyring /Users/kim/.eclipse_keyring -consoleLog -showlocation !ENTRY org.eclipse.osgi 4 0 2008-03-06 14:01:58.404 !MESSAGE Bundle org.eclipse.swt.win32.win32.x86 not found. !ENTRY org.eclipse.osgi 4 0 2008-03-06 14:01:58.405 !MESSAGE Bundle org.eclipse.swt.gtk.linux.x86 not found. !ENTRY org.eclipse.osgi 4 0 2008-03-06 14:01:58.406 !MESSAGE Bundle org.eclipse.swt.carbon.macosx.ppc not found. !ENTRY org.eclipse.osgi 4 0 2008-03-06 14:01:59.017 !MESSAGE Application error !STACK 1 java.lang.NullPointerException at org.eclipse.equinox.internal.p2.installer.InstallApplication.start(InstallApplication.java:166) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) 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.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
The problem is in the config.ini file. You list on the bundle line : org.eclipse.swt.carbon.macosx.ppc. This bundle doesn't exist - you should instead list org.eclipse.swt.carbon.macosx. It will start with that change.
Thx Kim. Fixed in HEAD.