Print at Dec 18, 2025, 11:34:08 AM View all posts in this thread on one page
Posted by Sajmmon at Jan 12, 2011, 4:13:34 PM
Can't load IA 32bit .dll on a AMD-64bit platform
Good afternoon,
I was impressed by the ability to use SweetHome applet with its 3D capabilities on variuos platforms (http://www.sweethome3d.com/SweetHome3DOnline.jsp). However I get an UnstatisfiedLinkError exception, when I try to run the applet in 64-bit IE. The applet works fine with with Chrome, Firefox, Opera and 32bit IE on my 64bit Windows7.

Is it a known problem? Or should I avoid the newest IE.

Kind regards

--
Szymon Chojnacki
http://www.ipipan.eu/~sch/

Posted by Puybaret at Jan 12, 2011, 5:40:22 PM
Re: Can't load IA 32bit .dll on a AMD-64bit platform
I should probably deliver a 64 bits version for Windows too.
You probably use a 64 bits JRE, but could you try if 64 bits IE accepts to run applets with a 32 bits JRE? As I think the Online applet is run in a separate process, I don't know if it would work.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator

Posted by Sajmmon at Jan 12, 2011, 10:49:47 PM
Re: Can't load IA 32bit .dll on a AMD-64bit platform
I uninstalled 64-bit JRE, retained 32-bit JRE and reloaded the applet. It seems that "deployJava.js" forces 64-bit IE to download 64-bit JRE. The applet is deployed with no problems with 32-bit JRE in 32-bit IE and other browsers. This behaviour is specific to 64-bit IE (http://www.java.com/en/download/faq/java_win64bit.xml), which requires 64-bit JRE.

Kind Regards