Author Topic: Win7 dll & Java problems  (Read 2419 times)

SMaric

  • EA User
  • **
  • Posts: 32
  • Karma: +0/-0
    • View Profile
Win7 dll & Java problems
« 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

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: Win7 dll & Java problems
« Reply #1 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.