Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started 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
-
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.