Book a Demo

Author Topic: Unable to run SSJavaCOM.dll on 64bit system  (Read 4526 times)

tjs

  • EA Novice
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
Unable to run SSJavaCOM.dll on 64bit system
« on: March 26, 2014, 06:17:39 am »
Hi I'm trying to leverage the automation interface using java. I'm running windows 7 on a 64bit machine.  I have a java project that references the eaapi.jar.  I have copied the SSJavaCOM.dll to my windows PATH environment variable.

When I attempt to run a simple test to open the repository, I get the following error:

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

Any ideas on how to use the SSJavaCOM.dll on Windows 7?


The below link discusses 32bit dll compatitibility in windows and seems to imply I would have to run this .dll in XP mode or a virtualpc   :'(

http://www.techsupportalert.com/content/how-windows7-vista64-support-32bit-applications.htm


« Last Edit: March 26, 2014, 06:36:04 am by tjs »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Unable to run SSJavaCOM.dll on 64bit system
« Reply #1 on: March 26, 2014, 08:41:40 am »
You need a 32bit JVM.

tjs

  • EA Novice
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
Re: Unable to run SSJavaCOM.dll on 64bit system
« Reply #2 on: March 26, 2014, 09:13:40 am »
wow!  Impressive response time.  Thanks. I associated the project w/ a 32bit JVM and I am now able to open the EAP Repository.