Created
December 20, 2011 16:29
-
-
Save akutz/1502175 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eclipse.buildId=M20110909-1335 | |
java.version=1.6.0_29 | |
java.vendor=Apple Inc. | |
BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US | |
Framework arguments: -product org.eclipse.platform.ide | |
Command-line arguments: -product org.eclipse.platform.ide -data /Users/akutz/Projects/workspaces/primary/../runtime-m2e -dev file:/Users/akutz/Projects/workspaces/primary/.metadata/.plugins/org.eclipse.pde.core/m2e/dev.properties -os macosx -ws cocoa -arch x86 -consoleLog | |
Error | |
Tue Dec 20 10:29:07 CST 2011 | |
Application error | |
java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM | |
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:217) | |
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:194) | |
at org.eclipse.swt.internal.C.<clinit>(C.java:21) | |
at org.eclipse.swt.widgets.Display.<clinit>(Display.java:101) | |
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:690) | |
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161) | |
at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:153) | |
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:95) | |
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) | |
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:344) | |
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) | |
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:597) | |
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) | |
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) | |
at org.eclipse.equinox.launcher.Main.run(Main.java:1410) | |
at org.eclipse.equinox.launcher.Main.main(Main.java:1386) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment