Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Can't load IA 32-bit .dll on a AMD 64-bit platform(swt-win32-3139.dll - could not able to load on 64 bit machine)
Can't load IA 32-bit .dll on a AMD 64-bit platform [message #1053199] Fri, 03 May 2013 05:33 Go to next message
venkata rramana is currently offline venkata rramanaFriend
Messages: 1
Registered: May 2013
Junior Member
Hi All,

when i am trying to build java code from 32 bit machine to 64 bit machine, encountered following error. could you please guide me to fix this.

Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\Administrato
r\tools_ws\WildServer\gen\swt-win32-3139.dll: Can't load IA 32-bit .dll on a AMD
64-bit platform


Many Thanks,
Venkatarramana
Re: Can't load IA 32-bit .dll on a AMD 64-bit platform [message #1053654 is a reply to message #1053199] Tue, 07 May 2013 07:35 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4434
Registered: July 2009
Senior Member

This is working as designed; a 64-bit JRE can not load a 32-bit library. Your Eclipse download includes a small native library, so you must use a 32-bit JRE for a 32-bit Eclipse or a 64-bit JRE for 64-bit Eclipse.

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: Can't load IA 32-bit .dll on a AMD 64-bit platform [message #1072886 is a reply to message #1053199] Tue, 23 July 2013 18:14 Go to previous messageGo to next message
Hugo Bazan is currently offline Hugo BazanFriend
Messages: 1
Registered: July 2013
Junior Member
But, what if the computer where I am trying to compile is a 64 bits one? Can I install JRE 32 bits on a 64 bits Windows?

Thanks

Hugo Bazan
Re: Can't load IA 32-bit .dll on a AMD 64-bit platform [message #1072894 is a reply to message #1072886] Tue, 23 July 2013 18:27 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4434
Registered: July 2009
Senior Member

Yes. You just have to make sure that the JRE and Eclipse match. They must both be 32-bit or both be 64-bit.

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:How to create a runnable jar file on Mac OS X 10.9?
Next Topic:Trouble opening eclipse java. Help?
Goto Forum:
  


Current Time: Fri Apr 19 23:54:44 GMT 2024

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

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

Back to the top