how can i determine version of arcsde java api?

367
1
11-12-2010 11:47 AM
deleted-user-0hg8sVY9GHfr
New Contributor
how can i determine the version of the arcsde java api that i am using?

is there a class in the api that will provide me with that information programmatically?

thanks in advance.
0 Kudos
1 Reply
VinceAngelo
Esri Esteemed Contributor
The SeRelease object (SE_RELEASE in 'C') will tell you the properties of the connected
server, but the 'C' API doesn't have a function to return the client release, and I doubt
the Java API does either (which is why I name my API home directories with the version
and service pack [and sometimes patch level]).

- V
0 Kudos