Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT libraries on 64-bit JVM

Option 2 is sweet!
Thanks very much,
Ahmed

On Fri, May 6, 2011 at 10:00 AM, Silenio Quarti <Silenio_Quarti@xxxxxxxxxx> wrote:

We are running the wrong build for the JVM. Two options to fix:

1) download the 64 bit version of Eclipse or SWT

or

2) run JVM with -d32 option

Silenio


From: Ahmed Abdeen Hamed <ahmed.elmasri@xxxxxxxxx>
To: "Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
Date: 05/05/2011 04:26 PM
Subject: [platform-swt-dev] SWT libraries on 64-bit JVM
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx





Hello,
I am unable to find the proper release for MacOS X 64-bit.

Here is the error I am getting:
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.internal.cocoa.NSThread.isMainThread(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 gui.HelloWorld.main(HelloWorld.java:35)



Any help is appreciated,
Ahmed
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev




Back to the top