[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: SWT.jar for OSX 10.5 on Power PC

swt's OSX libraries are universal, so it shouldn't be an architecture
problem.  Since the swt jar is being found, you should be able to extract it
and verify that the the swt-win32-3436 library is in there (presumably it
is).  And if so, is there an equivalent on OSX to "ldd" on linux that will
show what the library's dependent libraries resolve to?

Grant


"Ross Mccullough" <rmccullough@xxxxxxxxxxxxxx> wrote in message
news:0335b6a3221e5ee482188df3cc24a4b4$1@xxxxxxxxxxxxxxxxxx
> Group,
> Having an issue getting an app to compile due to the systems inability to
> find the correct swt.jar. I wanted you to have a look at it as it looks to
> me like it is trying to find a x86 architecture file instead of the one
> for osx. If you guys could point me in the right direction for the file I
> need I would greatly appreciate it!
>
> DEBUG::Mon Jun 02 00:09:56 EDT
> 2008::org.gudy.azureus2.ui.swt.mainwindow.SWTThread::createInstance::68:
>   Loading SWT Libraries failed. Typical causes:
>
> (1) swt.jar is not for your os architecture (ppc).  You can get a new
> swt.jar (Min Version: 3.4) from http://eclipse.org/swt
>
> (2) No write access to 'null'. SWT will extract libraries contained in the
> swt.jar to this dir.
>
>
>
Initializer::<init>::109,Main::<init>::84,Main::main::216,Initializer::main:
:87
> java.lang.UnsatisfiedLinkError: no swt-win32-3436 or swt-win32 in
> swt.library.path, java.library.path or the jar file
> at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
> at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
> at org.eclipse.swt.internal.C.<clinit>(Unknown Source)
> at org.eclipse.swt.widgets.Display.<clinit>(Unknown Source)
> at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:89)
> at
>
org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:
68)
> at
>
org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:109)
> at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:84)
> at org.gudy.azureus2.ui.swt.Main.main(Main.java:216)
> at com.aelitis.azureus.ui.swt.Initializer.main(Initializer.java:87)
>