1
Automation Interface, Add-Ins and Tools / Re: Access EA from Outside: SSJavaCOM
« on: June 14, 2018, 05:57:51 am »Under 64-bit operating systems, the SSJavaCOM.dll file will need to be copied into C:\Windows\SysWOW64.
In a bit of confusing Microsoft logic under 64-bit versions of Windows, the "System32" directory is for 64-bit applications, and "SysWOW64" is for 32-bit applications.
Thank you, Aaron. I think this is the answer. To set a PATH was the wrong way. Because I am running a 64-bit OS, the dll would be exceuted as 64 bit. That's why it HAS TO be put in SysWOW64 to be executed as 32-bit.
Thanks Aaron. I was trying to run the Java_Sample and I had the same problem. Please let the documentation team update it to indicate the difference between 32-bit and 64-bit Windows (http://www.sparxsystems.com/enterprise_architect_user_guide/14.0/automation/automation_connect_setup.html). I lost a few hours looking for the solution before I found your answer
