I have installed ArcSDE SDK 9.3 but I cannot find the following files:
jsde93_sdk.jar, jpe93_sdk.jar, concurrent.jar, icu4j_3_2.jar
Where I can find them?
Thank you in advance.
--
View this message in context: http://www.nabble.com/Where-I-can-get-jar-files-of-ArcSDE-9.3---tp22224363p22224363.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
You need to download the sdk from ESRI. You can find the files here:
http://support.esri.com/index.cfm?fa=downloads.patchesServicePacks.viewPatch&PID=66&MetaID=1456#install-cUNIX
-Justin
Fionageo08 wrote:
I have installed ArcSDE SDK 9.3 but I cannot find the following files:
jsde93_sdk.jar, jpe93_sdk.jar, concurrent.jar, icu4j_3_2.jar
Where I can find them?
Thank you in advance.
--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
I guess you mean you installed the ESRI sdk and are wondering where it left the jars you need?
They’re in the lib directory under the installation directory, for example C:\Program Files\ArcGIS\ArcSDE\lib
Cheers,
Gabriel
On Thursday 26 February 2009 11:44:19 Fionageo08 wrote:
I have installed ArcSDE SDK 9.3 but I cannot find the following files:
jsde93_sdk.jar, jpe93_sdk.jar, concurrent.jar, icu4j_3_2.jar
Where I can find them?
Thank you in advance.
–
Gabriel Roldan
http://www.opengeo.org
Thanks Justin. Also, these instructions should now be up to date, should others have similar questions.
http://geoserver.org/display/GEOSDOC/ArcSDE+DataStore
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org
Justin Deoliveira wrote:
You need to download the sdk from ESRI. You can find the files here:
http://support.esri.com/index.cfm?fa=downloads.patchesServicePacks.viewPatch&PID=66&MetaID=1456#install-cUNIX
-Justin
Fionageo08 wrote:
I have installed ArcSDE SDK 9.3 but I cannot find the following files:
jsde93_sdk.jar, jpe93_sdk.jar, concurrent.jar, icu4j_3_2.jar
Where I can find them?
Thank you in advance.
I guess we should remove the section talking about downloading the esri jars from the esri websit ("Download the JSDE/JPE JAR files from ESRI's website:") since I'm pretty sure it no longer contain a simple archived version of the jars, but comes with an installer application for each platform that will extract the jars only if the sdk is already installed. Instead, we should just state to copy the needed jars from the installed sdk, as anyone having arcsde should also have the sdk installer or know how to apply the service pack?
also, we should include the icu jar in the extension directly since it's already in maven and referenced as a dependency in the gt arcsde plugin pom.
Gabriel
Mike Pumphrey wrote:
Thanks Justin. Also, these instructions should now be up to date, should others have similar questions.
http://geoserver.org/display/GEOSDOC/ArcSDE+DataStore
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org
Justin Deoliveira wrote:
You need to download the sdk from ESRI. You can find the files here:
http://support.esri.com/index.cfm?fa=downloads.patchesServicePacks.viewPatch&PID=66&MetaID=1456#install-cUNIX
-Justin
Fionageo08 wrote:
I have installed ArcSDE SDK 9.3 but I cannot find the following files:
jsde93_sdk.jar, jpe93_sdk.jar, concurrent.jar, icu4j_3_2.jar
Where I can find them?
Thank you in advance.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
Hi Gabriel. That extra step (downloading and extracting the JARs) is reflected on the instructions page. I wrote that up after going through the steps myself, and it only takes a few minutes and doesn't require any ESRI software installed.
http://geoserver.org/display/GEOSDOC/ArcSDE+DataStore
As for including the ICU jar, that sounds great to me. Let me know and I'll remove that step from this page and the README.txt that comes with the extension.
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org
Gabriel Roldan wrote:
I guess we should remove the section talking about downloading the esri jars from the esri websit ("Download the JSDE/JPE JAR files from ESRI's website:") since I'm pretty sure it no longer contain a simple archived version of the jars, but comes with an installer application for each platform that will extract the jars only if the sdk is already installed. Instead, we should just state to copy the needed jars from the installed sdk, as anyone having arcsde should also have the sdk installer or know how to apply the service pack?
also, we should include the icu jar in the extension directly since it's already in maven and referenced as a dependency in the gt arcsde plugin pom.
Gabriel
Mike Pumphrey wrote:
Thanks Justin. Also, these instructions should now be up to date, should others have similar questions.
http://geoserver.org/display/GEOSDOC/ArcSDE+DataStore
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org
Justin Deoliveira wrote:
You need to download the sdk from ESRI. You can find the files here:
http://support.esri.com/index.cfm?fa=downloads.patchesServicePacks.viewPatch&PID=66&MetaID=1456#install-cUNIX
-Justin
Fionageo08 wrote:
I have installed ArcSDE SDK 9.3 but I cannot find the following files:
jsde93_sdk.jar, jpe93_sdk.jar, concurrent.jar, icu4j_3_2.jar
Where I can find them?
Thank you in advance.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
Hi Mike,
cool so, if you wen't through the instructions yourself and they're right that's great.
About distributing the icu jar, I've created GEOS-2777 and added you as watcher so we don't forget.
Thanks,
Gabriel
Mike Pumphrey wrote:
Hi Gabriel. That extra step (downloading and extracting the JARs) is reflected on the instructions page. I wrote that up after going through the steps myself, and it only takes a few minutes and doesn't require any ESRI software installed.
http://geoserver.org/display/GEOSDOC/ArcSDE+DataStore
As for including the ICU jar, that sounds great to me. Let me know and I'll remove that step from this page and the README.txt that comes with the extension.
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org
Gabriel Roldan wrote:
I guess we should remove the section talking about downloading the esri jars from the esri websit ("Download the JSDE/JPE JAR files from ESRI's website:") since I'm pretty sure it no longer contain a simple archived version of the jars, but comes with an installer application for each platform that will extract the jars only if the sdk is already installed. Instead, we should just state to copy the needed jars from the installed sdk, as anyone having arcsde should also have the sdk installer or know how to apply the service pack?
also, we should include the icu jar in the extension directly since it's already in maven and referenced as a dependency in the gt arcsde plugin pom.
Gabriel
Mike Pumphrey wrote:
Thanks Justin. Also, these instructions should now be up to date, should others have similar questions.
http://geoserver.org/display/GEOSDOC/ArcSDE+DataStore
Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org
Justin Deoliveira wrote:
You need to download the sdk from ESRI. You can find the files here:
http://support.esri.com/index.cfm?fa=downloads.patchesServicePacks.viewPatch&PID=66&MetaID=1456#install-cUNIX
-Justin
Fionageo08 wrote:
I have installed ArcSDE SDK 9.3 but I cannot find the following files:
jsde93_sdk.jar, jpe93_sdk.jar, concurrent.jar, icu4j_3_2.jar
Where I can find them?
Thank you in advance.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users