Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: SMaric on November 09, 2011, 10:17:52 am

Title: Win7 dll & Java problems
Post by: SMaric on November 09, 2011, 10:17:52 am
I am running EA v9.x (latest Trial download)

Javascript code runs really slowly  --
so I though I'd see if a conversion to Java might improve matters

barely started - am getting

Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Windows\system\SSJavaCOM.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform

How do I sort this out -- any help greatly appreciated
Title: Re: Win7 dll & Java problems
Post by: Aaron B on November 09, 2011, 12:56:18 pm
Enterprise Architect and associated DLL's such as SSJavaCOM are 32-bit only.  To interact with the EA Java API under a 64-bit environment, you will need to install the 32-bit version of the JDK/JRE.  The 64-bit version of the JRE is not compatible.