Book a Demo

Author Topic: Java API .jar and .dll version  (Read 3761 times)

tanja

  • EA User
  • **
  • Posts: 71
  • Karma: +0/-0
    • View Profile
Java API .jar and .dll version
« on: February 11, 2010, 06:11:17 am »
I've just upgraded from EA 7.1 (build 834) to EA 7.5 (build 850) and would like to print in my application the respective versions of libraries used. Is there a Java API call that offers this capability? If not, will there be one with EA 8?
Thanks in advance.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Java API .jar and .dll version
« Reply #1 on: February 11, 2010, 08:24:49 am »
The build number is available from Repository.LibraryVersion.

tanja

  • EA User
  • **
  • Posts: 71
  • Karma: +0/-0
    • View Profile
Re: Java API .jar and .dll version
« Reply #2 on: February 11, 2010, 06:44:24 pm »
Thanks, Simon.

I'm already using this call to display the EA build.

I was just in doubt about the version of .jar and .dll  (in Java API directory) present in my new installation of EA 7.5, as compared to their copies I had within my Java project (from EA 7.1) that I wanted to update - because of the date of the files. But it might be just that I ignored reading the year and got tricked with the month/date.

Anyway, you make the EA users happy with your valuable and quick feedback - thanks!

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Java API .jar and .dll version
« Reply #3 on: February 12, 2010, 08:18:44 am »
Well, the files themselves may be old.  They would only be updated when something new is added to the automation interface.