Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » .DLL issues(Developing a program for 32 bit system in 64 bit OS)
icon5.gif  .DLL issues [message #527667] Thu, 15 April 2010 23:12 Go to next message
Eclipse UserFriend
I am trying to work on a java project for my university class. The instructor provided a 32 bit .dll file. I was originally programming in Windows XP, but lost that laptop and now developing on 64 bit Windows 7. When I try to run and debug the program, it will not run it. It gives the following error:

simplepacketdriver.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform

Is there anyway to alleviate this problem? Thanks for the help in advance.
Re: .DLL issues [message #527766 is a reply to message #527667] Fri, 16 April 2010 08:16 Go to previous messageGo to next message
Eclipse UserFriend
Your .DLL will load if you can run a 32-bit version of your JVM. Sun
provides them, AFAIK

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm
Re: .DLL issues [message #527844 is a reply to message #527766] Fri, 16 April 2010 11:54 Go to previous messageGo to next message
Eclipse UserFriend
I have added the 32 bit version of JRE to the eclipse build, but I am still getting the same error.

Re: .DLL issues [message #527896 is a reply to message #527844] Fri, 16 April 2010 15:04 Go to previous message
Eclipse UserFriend
John wrote:
> I have added the 32 bit version of JRE to the eclipse build, but I am
> still getting the same error.

Update your launch config in Run>Run Configurations. That's where you
pick the JRE to launch a program.

Note, there is another, similar thread going on as well.

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm
Previous Topic:Unresolved import - org, edu etc.
Next Topic:Eclipse jsp Template for c:out
Goto Forum:
  


Current Time: Mon Mar 17 21:51:54 EDT 2025

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

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

Back to the top