Book a Demo

Author Topic: Accessing the running copy of EA using Java  (Read 4213 times)

Mitch

  • EA User
  • **
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Accessing the running copy of EA using Java
« on: May 05, 2012, 03:21:59 am »
Is there a Java-based equivalent of VB's GetObject(, "EA.App") functionality? I'd like to connect to a running copy rather than doing the run/load/close thing.

Thanks.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Accessing the running copy of EA using Java
« Reply #1 on: May 07, 2012, 09:32:26 am »
Unfortunately no.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Accessing the running copy of EA using Java
« Reply #2 on: May 07, 2012, 06:12:53 pm »
You can in C#, and since that pretty much looks the same as Java ;D

Geert

Mitch

  • EA User
  • **
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Re: Accessing the running copy of EA using Java
« Reply #3 on: May 11, 2012, 11:26:09 pm »
Quote
Unfortunately no.

Oh well, I'll survive. I was just making sure I wasn't missing some static method somewhere. Thanks.