I too am looking for the same jar files for 10.2.2 and the answers I see are not clear.
There are some hints that it is a special request to download.
There are some hints that after 10.1 it all goes away .. not no reference to what replaces it.
I have installed the Java SDK and there is no record of these jar files.
I assume that the API has changed from what is below the 10.0 reference info: ArcSDE Java API
Have these Jar files been discontinued and are no longer needed to connect to SDE
and direct JDBC connection enough to do the same job now for many other java GIS applications and servers?
What is the 10.2.2 or 10.3 answer to interacting with non-ArcGIS Server java apps and generic servers and SDE / Oracle / with out them?
Setting up the Java API
During ArcSDE client installation, the following files are installed:
File | Description |
jsde_sdk.jar | Contains the ArcSDE Client, and Geometry Java API class files. |
jpe_sdk.jar | Contains the ArcSDE Projection Engine Java API class files. |
concurrent.jar | Provides standardized, efficient versions of utility classes commonly encountered in concurrent Java programming. |
icu4j_3_2.jar | ICU4J libraries required for globalization. |
I too am looking for the same jar files for 10.2.2 and the answers I see are not clear.
There are some hints that it is a special request to download.
Not download, it's physical media.
There are some hints that after 10.1 it all goes away .. not no reference to what replaces it.
It's not a hint -- the 'C' and Java APIs are formally deprecated.
I have installed the Java SDK and there is no record of these jar files.
Which Java SDK did you install? There are several which are not the ArcSDE Java API.
The part number at the time was posted in the former Forums, linked here.
What is the 10.2.2 or 10.3 answer to interacting with non-ArcGIS Server java apps and generic servers and SDE / Oracle / with out them?
The APIs are deprecated at 10.2.2, but will be unavailable at 10.3. The API itself won't fully
disappear for a while (it is still available to Esri core developers, since ArcObjects uses it to
access enterprise geodatabases). An exact replacement hasn't been announced; the focus
of 10.2/10.3 tool development has been to replace all the command-line tools with Python
replacements. Since the UC is just around the corner, I expect there will be more information
soon.
- V
- V Thanks for the info.
RE: Which Java SDK did you install? There are several which are not the ArcSDE Java
API?
I was given ArcGIS Runtime SDK 10.2.3 for Java 10.2.594 to install.
Maybe based on your note back that it is a special request to get the media?
Yeah, Runtime isn't the ArcSDE Java API (different products).
If you would like to access ArcSDE data in ArcGIS Runtime.
Then you can create gpk(Geoprocessing package) and then you will have access of data in SDE. But limited functionalist only.