Author Topic: Java API for reading/writing the model  (Read 9116 times)

vorpatril

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Java API for reading/writing the model
« Reply #15 on: March 21, 2007, 09:12:06 am »
I had a look at the documentation about the add-ins and the broadcast events.

Is it possible to write add-ins in Java ?
(as far as I know it is not possible for the moment but I might be wrong)

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8083
  • Karma: +118/-20
    • View Profile
Re: Java API for reading/writing the model
« Reply #16 on: March 21, 2007, 01:01:12 pm »
No, the readme for the Java API states that Java addins are not supported.

However, it should be theoretically possible to write a COM add-in that queries you java application for what methods there are, tells COM that it provides them and passes on the calls to Java.  I just haven't had time yet to prove the concept.

vorpatril

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Java API for reading/writing the model
« Reply #17 on: March 22, 2007, 12:44:06 am »
Ok, I understand.

Thank you for your help.