<?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 Custom Geoprocessing Tool not appearing in ArcGIS after deploy in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/custom-geoprocessing-tool-not-appearing-in-arcgis/m-p/470147#M12740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to create my first &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-java/concepts/engine/index.html#/Explore/0001000006vn000000/"&gt;Custom geoprocessing tool&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I got stuck in the phase of exporting JAR file from Eclipse (4.3 Kepler). I moved JAR file to &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&amp;lt;ArcGIS Install Dir&amp;gt;\java\lib\ext&lt;/SPAN&gt;&lt;SPAN&gt;, restarted ArcMap (10.1), but ArcMap just don't see the tool (when I try to &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;add&lt;/SPAN&gt;&lt;SPAN&gt; the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;tool&lt;/SPAN&gt;&lt;SPAN&gt; to &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;MyToolbox.tbx&lt;/SPAN&gt;&lt;SPAN&gt; in ArcCatalog window).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've used exact copies of classes from &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-java/concepts/engine/index.html#/Sample_Delete_Features/000100000592000000/"&gt;this sample&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At first, I downloaded the whole project and imported it to Eclipse. It didn't alert any problems. Then I exported JAR archive with only two classes (&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;DeleteFeatures.java&lt;/SPAN&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;DFFunctionFactory.java&lt;/SPAN&gt;&lt;SPAN&gt;) keeping steps from &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-java/concepts/engine/index.html#/Deploying_extensions/000100000671000000/"&gt;this manual&lt;/A&gt;&lt;SPAN&gt;. ArcMap didn't see the tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next, I replaced the code of both .java files with the code from same sample but from "&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;(view code)&lt;/SPAN&gt;&lt;SPAN&gt;" page of each class. Result was the same, ArcMap didn't see the tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I take the file &lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/s/m3vuvqokk0q4hmv/FunkcniExtenze.jar"&gt;lib/DeleteFeaturesExt.jar&lt;/A&gt;&lt;SPAN&gt; from the downloaded project and placed it in the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&amp;lt;ArcGIS Install Dir&amp;gt;\java\lib\ext&lt;/SPAN&gt;&lt;SPAN&gt; directory, it worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;What is the proper way to export JAR archive to be working like this?&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Apr 2014 13:50:29 GMT</pubDate>
    <dc:creator>JonasVeselka</dc:creator>
    <dc:date>2014-04-07T13:50:29Z</dc:date>
    <item>
      <title>Custom Geoprocessing Tool not appearing in ArcGIS after deploy</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/custom-geoprocessing-tool-not-appearing-in-arcgis/m-p/470147#M12740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to create my first &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-java/concepts/engine/index.html#/Explore/0001000006vn000000/"&gt;Custom geoprocessing tool&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I got stuck in the phase of exporting JAR file from Eclipse (4.3 Kepler). I moved JAR file to &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&amp;lt;ArcGIS Install Dir&amp;gt;\java\lib\ext&lt;/SPAN&gt;&lt;SPAN&gt;, restarted ArcMap (10.1), but ArcMap just don't see the tool (when I try to &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;add&lt;/SPAN&gt;&lt;SPAN&gt; the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;tool&lt;/SPAN&gt;&lt;SPAN&gt; to &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;MyToolbox.tbx&lt;/SPAN&gt;&lt;SPAN&gt; in ArcCatalog window).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've used exact copies of classes from &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-java/concepts/engine/index.html#/Sample_Delete_Features/000100000592000000/"&gt;this sample&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At first, I downloaded the whole project and imported it to Eclipse. It didn't alert any problems. Then I exported JAR archive with only two classes (&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;DeleteFeatures.java&lt;/SPAN&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;DFFunctionFactory.java&lt;/SPAN&gt;&lt;SPAN&gt;) keeping steps from &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-java/concepts/engine/index.html#/Deploying_extensions/000100000671000000/"&gt;this manual&lt;/A&gt;&lt;SPAN&gt;. ArcMap didn't see the tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next, I replaced the code of both .java files with the code from same sample but from "&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;(view code)&lt;/SPAN&gt;&lt;SPAN&gt;" page of each class. Result was the same, ArcMap didn't see the tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I take the file &lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/s/m3vuvqokk0q4hmv/FunkcniExtenze.jar"&gt;lib/DeleteFeaturesExt.jar&lt;/A&gt;&lt;SPAN&gt; from the downloaded project and placed it in the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&amp;lt;ArcGIS Install Dir&amp;gt;\java\lib\ext&lt;/SPAN&gt;&lt;SPAN&gt; directory, it worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;What is the proper way to export JAR archive to be working like this?&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 13:50:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/custom-geoprocessing-tool-not-appearing-in-arcgis/m-p/470147#M12740</guid>
      <dc:creator>JonasVeselka</dc:creator>
      <dc:date>2014-04-07T13:50:29Z</dc:date>
    </item>
  </channel>
</rss>

