<?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 Re: ArcMap/ArcCatalog Java Addin Workflow in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcmap-arccatalog-java-addin-workflow/m-p/748426#M19873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When I was working with add-ins and testing them I found that re-deploying directly from Eclipse was all I had to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You might also wish to try changing the version number along with your changes. You are allowed to put in decimal numbers - e.g. 1.1, 1.2, and so on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps, but sometimes you might just need to uninstall the add-in and re-deploy it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-=Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Nov 2010 20:19:59 GMT</pubDate>
    <dc:creator>StevenRozic</dc:creator>
    <dc:date>2010-11-23T20:19:59Z</dc:date>
    <item>
      <title>ArcMap/ArcCatalog Java Addin Workflow</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcmap-arccatalog-java-addin-workflow/m-p/748425#M19872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have had a few issues trying to develop an addin in Java.&amp;nbsp; The main issue is the code-modification testing cycle.&amp;nbsp; I can initialize a new Java Addin app without problem.&amp;nbsp; Then start ArcMap and connect the Addin via the customization tools.&amp;nbsp; However, if I stop ArcMap to make changes to the code I find that I have to got to the Addin Manager and remove the Addin, restart ArcMap, the use the customization tool to enable the Addin again.&amp;nbsp; This works most of the time, but not always.&amp;nbsp; Any suggestions on what do.&amp;nbsp; Thanks for any help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 14:04:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcmap-arccatalog-java-addin-workflow/m-p/748425#M19872</guid>
      <dc:creator>AverillCate_Jr</dc:creator>
      <dc:date>2010-10-08T14:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap/ArcCatalog Java Addin Workflow</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcmap-arccatalog-java-addin-workflow/m-p/748426#M19873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When I was working with add-ins and testing them I found that re-deploying directly from Eclipse was all I had to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You might also wish to try changing the version number along with your changes. You are allowed to put in decimal numbers - e.g. 1.1, 1.2, and so on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps, but sometimes you might just need to uninstall the add-in and re-deploy it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-=Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 20:19:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcmap-arccatalog-java-addin-workflow/m-p/748426#M19873</guid>
      <dc:creator>StevenRozic</dc:creator>
      <dc:date>2010-11-23T20:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap/ArcCatalog Java Addin Workflow</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcmap-arccatalog-java-addin-workflow/m-p/748427#M19874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also could deploy the new add-in without removing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just have to copy the new addin to &amp;lt;MyDocs&amp;gt;\ArcGIS\AddIns\&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the very lazy people (like me), you can take a look at JRebel:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.zeroturnaround.com/jrebel/"&gt;http://www.zeroturnaround.com/jrebel/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;You don't need to copy or even restart ArcMap while changing your classes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do configure ArcMAP to use JRebel, you have to set the "javaagent" parameter. The "noverify" doesn't work with ArcMAP (see JRebel documentation).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 06:18:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcmap-arccatalog-java-addin-workflow/m-p/748427#M19874</guid>
      <dc:creator>TomSchuller</dc:creator>
      <dc:date>2010-11-24T06:18:36Z</dc:date>
    </item>
  </channel>
</rss>

