Book a Demo

Author Topic: JavaDoc Available  (Read 2976 times)

tzman

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
JavaDoc Available
« on: January 08, 2008, 07:53:25 am »
Is there any documentation for using the automation api with Java? At least JavaDoc??

I cannot seem to find a link.


Thanks in advance.

« Last Edit: January 08, 2008, 07:53:41 am by tzman »

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: JavaDoc Available
« Reply #1 on: January 08, 2008, 10:59:02 am »
There's almost nothing.

But you're not totally in the dark. The Java API uses a third-party Java-to-COM bridge application. You will find the name in the ReadMe file for the Java API. Look up the documentation for that application and you're half way home.

Beyond that, the Java API is the same as the COM API, so just read through the EA documentation for the object model.

When you find differences these should be reported as bugs, with appropriate threads here in the forum. Please search my recent posts for our best practice for submitting a bug report.

HTH, David
No, you can't have it!

tzman

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: JavaDoc Available
« Reply #2 on: January 09, 2008, 05:34:50 am »
Thanks for the response. I had found what you mentioned and I am figuring it out. Was just wishful thinking. :)