Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: mariusz on July 07, 2010, 06:36:42 pm

Title: Is it possible to use COM api in Linux Environment
Post by: mariusz 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
Title: Re: Is it possible to use COM api in Linux Environ
Post by: alesliehughes 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.