Book a Demo

Author Topic: Is it possible to use COM api in Linux Environment  (Read 4035 times)

mariusz

  • EA User
  • **
  • Posts: 20
  • Karma: +0/-0
    • View Profile
Is it possible to use COM api in Linux Environment
« on: July 07, 2010, 06:36:42 pm »
Hi

Is it possible to use Automation Interface (Java Version) in Linux/Unix environment ?

I'd like to write a small Java App to getting some information from EA repo, but I have problem with SSJavaCOM.dll...

Is it possible to use COM api in Linux (or only one part of Java API - eaapi.jar)?

Best regards
Mario

alesliehughes

  • EA Administrator
  • EA User
  • *****
  • Posts: 104
  • Karma: +0/-0
    • View Profile
Re: Is it possible to use COM api in Linux Environ
« Reply #1 on: July 09, 2010, 03:05:43 pm »
Yes, its possible but only by using WINE.

Install WINE
Install Java for Windows into WINE
Run you Java application with WINE.

Using Native(linux) version of Java will not work.
« Last Edit: July 09, 2010, 03:05:59 pm by alesliehughes »