Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Trying to port to OSX
Trying to port to OSX [message #335699] Wed, 22 April 2009 16:13
Eclipse UserFriend
Originally posted by: subs._nospam_consertum.com

Hi,

I am trying to port my plugins to Mac OSX from Windows (There are some
Windows dependencies, so I know I need to do this). I'm a newbie to Mac,
so please forgive me if I am doing something dumb.

I am running on a brand-new (Intel-based) Mac Mini, so it has the latest
(fully updated) OSX. I am using Eclipse Europa - I know it is out of
date, but I want to port what I have before upgrading...

I have downloaded the PDE for Europa and have it running. I have
checked-out my plugins and they build OK.

I am now trying to debug my application from within Eclipse. I am
debugging an "Eclipse application" and am running "a Product". All this
works fine under Windows.

I receive the following errors. What I'm confused about is that I have
Eclipse running, but when trying to start it is complaining about
Platform filter did not match: (& (osgi.ws=carbon) (osgi.os=macosx)
(osgi.arch=ppc)) - carbon and osx are right, but why ppc and not x86?

Any hints gratefully received.

!ENTRY org.eclipse.osgi 4 0 2009-04-22 16:59:53.776
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: no swt-carbon-3349 or swt-carbon in
swt.library.path, java.library.path or the jar file
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:21 9)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:15 1)
at org.eclipse.swt.internal.C.<clinit>(C.java:21)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:9 37)
at org.eclipse.swt.widgets.Display.create(Display.java:931)
at org.eclipse.swt.graphics.Device.<init>(Device.java:119)
at org.eclipse.swt.widgets.Display.<init>(Display.java:741)
at org.eclipse.swt.widgets.Display.<init>(Display.java:732)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.ja va:498)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
at
org.eclipse.ui.internal.ide.application.IDEApplication.creat eDisplay(IDEApplication.java:133)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:86)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:169)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:106)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:76)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:363)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)

!ENTRY org.eclipse.osgi 2 0 2009-04-22 16:59:53.813
!MESSAGE The following is a complete list of bundles which are not
resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-04-22 16:59:53.813
!MESSAGE Bundle
update@plugins /org.eclipse.jdt.source.macosx.carbon.ppc_3.3.2.r33x_r200801 29-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
[280] was not resolved.
!SUBENTRY 2 org.eclipse.jdt.source.macosx.carbon.ppc 2 0 2009-04-22
16:59:53.813
!MESSAGE Platform filter did not match: (& (osgi.ws=carbon)
(osgi.os=macosx) (osgi.arch=ppc))
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-04-22 16:59:53.813
!MESSAGE Bundle
update@plugins /org.eclipse.platform.source.macosx.carbon.ppc_3.3.3.r33x_r2 0080129-_19UEl7Ezk_gXF1kouft
[282] was not resolved.
!SUBENTRY 2 org.eclipse.platform.source.macosx.carbon.ppc 2 0 2009-04-22
16:59:53.813
!MESSAGE Platform filter did not match: (& (osgi.ws=carbon)
(osgi.os=macosx) (osgi.arch=ppc))
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-04-22 16:59:53.813
!MESSAGE Bundle
update@plugins /org.eclipse.rcp.source.macosx.carbon.ppc_3.3.3.r33x_r200801 29-8y8eE9UEUWI6qujeED0xT7bc
[283] was not resolved.
!SUBENTRY 2 org.eclipse.rcp.source.macosx.carbon.ppc 2 0 2009-04-22
16:59:53.813
!MESSAGE Platform filter did not match: (& (osgi.ws=carbon)
(osgi.os=macosx) (osgi.arch=ppc))

Thanks,

--
Derek
Previous Topic:Logging to Eclipse logger
Next Topic:modal dialogs while doing auto-restart
Goto Forum:
  


Current Time: Wed Apr 24 19:12:37 GMT 2024

Powered by FUDForum. Page generated in 0.03290 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top