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


Sorry, I meant to say:

"You" are running the wrong build for the JVM...

Silenio


From: Silenio Quarti/Ottawa/IBM@IBMCA
To: ahmed.elmasri@xxxxxxxxx, "Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
Date: 05/06/2011 10:01 AM
Subject: Re: [platform-swt-dev] SWT libraries on 64-bit JVM
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx






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

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top