Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SWT for windows x64
SWT for windows x64 [message #444599] Fri, 15 October 2004 20:46
David Mechner is currently offline David MechnerFriend
Messages: 13
Registered: July 2009
Junior Member
Hi,

I know that 64 bit windows isn't one of your main platforms, but I was
wondering whether anyone in the eclipse community has looked into what
it would take to get eclipse to run on the x64 jdk / x64 windows. I
tried launching an swt app and got:

Exception in thread "main" java.lang.UnsatisfiedLinkError:
C:\pragma\lib\swt-win32-2135.dll: %1 is not a valid Win32 application
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:10 8)
at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:46)
at
org.eclipse.swt.widgets.Display.internal_new_GC(Display.java :1291)
at org.eclipse.swt.graphics.Device.init(Device.java:547)
at org.eclipse.swt.widgets.Display.init(Display.java:1310)
at org.eclipse.swt.graphics.Device.<init>(Device.java:96)
at org.eclipse.swt.widgets.Display.<init>(Display.java:291)
at org.eclipse.swt.widgets.Display.<init>(Display.java:287)
at org.eclipse.swt.widgets.Display.getDefault(Display.java:824)
at com.pragmafs.gui.Client.<init>(Client.java:101)

I think it's supposed to be backward compatible with 32 bit apps, so I
had some hope, but I really don't know.

Has anyone looked at this (or be willing to)?

Thanks,
-David Mechner
Previous Topic:Need a cross-platform example
Next Topic:Looking for a spinner widget
Goto Forum:
  


Current Time: Thu Mar 28 13:47:33 GMT 2024

Powered by FUDForum. Page generated in 0.04220 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top