Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT failure with 64 bit JRE on Mac OSX

Try here ...
http://download.eclipse.org/eclipse/downloads/drops/S-3.5M6-200903130100/index.php#swt

Download
	Mac OSX (Mac/Cocoa/x86_64)
Dave Smith
Candata Systems Ltd.





On Tue, Mar 31, 2009 at 8:44 AM, Gangadhar Nagesh Metla
<mgangadharnagesh@xxxxxxxxxx> wrote:
> Hi,
>     I found SWT failure with the following exception on Mac OSX with 64 bit
> JRE 1.6
>
> Exception in thread "main" java.lang.UnsatisfiedLinkError: Cannot load
> 32-bit SWT libraries on 64-bit JVM
>  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.createDisplay(Unknown Source)
>  at org.eclipse.swt.widgets.Display.create(Unknown Source)
>  at org.eclipse.swt.graphics.Device.<init>(Unknown Source)
>  at org.eclipse.swt.widgets.Display.<init>(Unknown Source)
>  at org.eclipse.swt.widgets.Display.<init>(Unknown Source)
>  at TI.<init>(TI.java:62)
>
>     Question 1] I noticed that at
> http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/index.php only
> 32-bit swt.jar is available for Mac OSX . What are my options with 64 bit
> JRE 1.6 on Mac OSX ?
>
>     Question 2] I have seen SWT failure on 64 bit JRE 1.5 too. Is SWT
> supported to run on 64 bit JRE 1.5?
>
> Thanks,
> NM
>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>
>


Back to the top