[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Java for Mac OS X 10.5 Update 1 (Java SE 6 version 1.6.0_05) problems

Hi,

I'm running Eclipse 3.3.2 on OS X 10.5.2 (MacBook Pro, 64-bit Intel) and I've just installed the latest JVM from Apple (Java SE 6 version 1.6.0_05) that was included in the 04/29/08 Java Update from Apple.

When running my application using the new JVM, it complains about an UnsatisifedLinkError on the swt-carbon library (see details below), but running it under JVM 1.5 works just fine. What, if anything, is there anything I can do to fix this? Is this a known problem, and if so, what's the best way of addressing this?

Thanks,


Simon Pope

[Details of Exception ->

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:219)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:151)


... (the usual) ...

at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
]