<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Can I create a gdb using ArcObjects in ArcGIS runtime sdk for java 10.2.4? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/can-i-create-a-gdb-using-arcobjects-in-arcgis/m-p/458011#M12413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN lang="en"&gt;I am developing an application in which I need an option to create a new geodatabase.
I use arcgis runtime sdk for java 10.2.4. I have installed arcObjects to perform this task but I mark the following error.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/365196_error.JPG" style="width: 620px; height: 304px;" /&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;To carry &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="en"&gt;out the task &lt;/SPAN&gt;&lt;SPAN lang="en"&gt;I was guided in the following example:
&lt;A class="link-titled" href="http://resources.esri.com/help/9.3/arcgisengine/java/engineexamples/geoprocessing.geodatabaseconversion/html/arcgissamples/geoprocessing/ToFileGDB.java.html" title="http://resources.esri.com/help/9.3/arcgisengine/java/engineexamples/geoprocessing.geodatabaseconversion/html/arcgissamples/geoprocessing/ToFileGDB.java.html" rel="nofollow noopener noreferrer" target="_blank"&gt;arcgissamples.geoprocessing.ToFileGDB (Java2HTML)&lt;/A&gt;&amp;nbsp;
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 20:23:25 GMT</pubDate>
    <dc:creator>Blanca_FlorHabana_Matamoros</dc:creator>
    <dc:date>2021-12-11T20:23:25Z</dc:date>
    <item>
      <title>Can I create a gdb using ArcObjects in ArcGIS runtime sdk for java 10.2.4?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/can-i-create-a-gdb-using-arcobjects-in-arcgis/m-p/458011#M12413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN lang="en"&gt;I am developing an application in which I need an option to create a new geodatabase.
I use arcgis runtime sdk for java 10.2.4. I have installed arcObjects to perform this task but I mark the following error.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/365196_error.JPG" style="width: 620px; height: 304px;" /&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;To carry &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="en"&gt;out the task &lt;/SPAN&gt;&lt;SPAN lang="en"&gt;I was guided in the following example:
&lt;A class="link-titled" href="http://resources.esri.com/help/9.3/arcgisengine/java/engineexamples/geoprocessing.geodatabaseconversion/html/arcgissamples/geoprocessing/ToFileGDB.java.html" title="http://resources.esri.com/help/9.3/arcgisengine/java/engineexamples/geoprocessing.geodatabaseconversion/html/arcgissamples/geoprocessing/ToFileGDB.java.html" rel="nofollow noopener noreferrer" target="_blank"&gt;arcgissamples.geoprocessing.ToFileGDB (Java2HTML)&lt;/A&gt;&amp;nbsp;
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:23:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/can-i-create-a-gdb-using-arcobjects-in-arcgis/m-p/458011#M12413</guid>
      <dc:creator>Blanca_FlorHabana_Matamoros</dc:creator>
      <dc:date>2021-12-11T20:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create a gdb using ArcObjects in ArcGIS runtime sdk for java 10.2.4?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/can-i-create-a-gdb-using-arcobjects-in-arcgis/m-p/458012#M12414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The "no ntvinv in java.library.path" error typically comes from a mismatch between the Java's bit level and the bit level of ArcObjects.&amp;nbsp; The ArcObjects libraries are comprised of 32 bit components while Java is 64 bit.&amp;nbsp; Try using a 32 bit Java version that is supported for your version of ArcObjects.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the sample script, the key is the Geoprocessing object which makes use of ArcGIS's Python functionality.&amp;nbsp; If the goal is to create a file geodatabase then the CreateFileGDBClass is the way to go.&lt;/P&gt;&lt;PRE style="color: #000000; font-size: 13.3333px;"&gt;&lt;STRONG&gt;com.esri.arcgis.geoprocessing.tools.datamanagementtools.CreateFileGDB&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;Creating&amp;nbsp;enterprise, multi-user geodatabases can be accomplished by running the CreateEnterpriseGeodatabase geoprocessing tool with the Geoprocessor class methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/create-enterprise-geodatabase.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/create-enterprise-geodatabase.htm"&gt;Create Enterprise Geodatabase—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcobjects/latest/java/api/arcobjects/" title="http://desktop.arcgis.com/en/arcobjects/latest/java/api/arcobjects/"&gt;ArcObjects Java API&lt;/A&gt;&amp;nbsp;- Geoprocessor class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.NET example of executing a geoprocessing tool with ArcObjects&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/esri/arcobjects-sdk-community-samples/tree/master/Net/Geoprocessing/GPExecutingTools" title="https://github.com/esri/arcobjects-sdk-community-samples/tree/master/Net/Geoprocessing/GPExecutingTools"&gt;arcobjects-sdk-community-samples/Net/Geoprocessing/GPExecutingTools at master · Esri/arcobjects-sdk-community-samples · …&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 03:47:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/can-i-create-a-gdb-using-arcobjects-in-arcgis/m-p/458012#M12414</guid>
      <dc:creator>KenGalliher1</dc:creator>
      <dc:date>2018-03-15T03:47:29Z</dc:date>
    </item>
  </channel>
</rss>

