[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Eclipse on macbook pro

hey,

i'm using eclipse on my pc for java developing, it's my favourite developing platform.
yesterday i bought myself a macbook pro; and of course i wanted to use eclipse on it.


as i saw that there would be a version for mac i was really happy. i downloaded it immediately, extracted it and started it.

but it didn't work. after a few secons of seeing the loading the program quit with the following error message:

An error occured.
See the log file
/Users/gillesthoma/Documents/workspace/.metadata/.log.

so i had a closer look at the log file an it contains the following:

gilles-thomas-computer:~/Documents/workspace/.metadata gillesthoma$ vi log

!SESSION 2006-03-15 18:56:23.464 -----------------------------------------------
eclipse.buildId=M20060118-1600
java.version=1.4.2_09
java.vendor=Apple Computer, Inc.
BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US
Framework arguments: -keyring /Users/gillesthoma/.eclipse_keyring -showlocation
Command-line arguments: -os macosx -ws carbon -arch ppc -keyring /Users/gillesthoma/.eclipse_keyring -consoleLog -showlocation


!ENTRY org.eclipse.osgi 2006-03-15 18:56:24.187
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: /Users/gillesthoma/Desktop/eclipse/configuration/org.eclipse.osgi/bundles/63/1/.cp/libswt-pi-carbon-3139.jnilib:
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1495)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)
at org.eclipse.swt.internal.carbon.OS.<clinit>(OS.java:20)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:856)
at org.eclipse.swt.widgets.Display.create(Display.java:836)
at org.eclipse.swt.graphics.Device.<init>(Device.java:118)
at org.eclipse.swt.widgets.Display.<init>(Display.java:676)
at org.eclipse.swt.widgets.Display.<init>(Display.java:667)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:394)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:155)
at org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDEApplication.java:128)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:79)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
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.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)


my configuration:

macbook pro 2ghz
java version 1.4.2_09 (already installed by default)
OS: mac os x 10.4.5

so does anyone have an idea what the problem could be, or how i could solve it?
could the intel processor(s) cause that problem?


hope someone can help me

many thanks

gilles