<?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: How to make Java application portable in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-make-java-application-portable/m-p/258070#M6629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a section in the Help for this topic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-java/concepts/engine/0001/000100000694000000.htm"&gt;http://resources.arcgis.com/en/help/arcobjects-java/concepts/engine/0001/000100000694000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jan 2013 12:40:25 GMT</pubDate>
    <dc:creator>LeoDonahue</dc:creator>
    <dc:date>2013-01-18T12:40:25Z</dc:date>
    <item>
      <title>How to make Java application portable</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-make-java-application-portable/m-p/258069#M6628</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;BR /&gt;&lt;SPAN&gt;I have a Java + Arcobjects application running in eclipse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to make it independent of eclipse. I tried creating a JAR but strangely arcobjects.jar is not responding inside my JAR.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After checking I found out that execution stops at EngineInitializer.initializeVisualBeans()!&amp;nbsp; Is this a license issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way around it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Avishek&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 10:43:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-make-java-application-portable/m-p/258069#M6628</guid>
      <dc:creator>AvishekDutta</dc:creator>
      <dc:date>2013-01-18T10:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Java application portable</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-make-java-application-portable/m-p/258070#M6629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a section in the Help for this topic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-java/concepts/engine/0001/000100000694000000.htm"&gt;http://resources.arcgis.com/en/help/arcobjects-java/concepts/engine/0001/000100000694000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 12:40:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-make-java-application-portable/m-p/258070#M6629</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2013-01-18T12:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Java application portable</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-make-java-application-portable/m-p/258071#M6630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But please bear with a bit more: My Manifest looks like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Manifest-Version: 1.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rsrc-Class-Path: ./ arcobjects.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Class-Path: .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rsrc-Main-Class: custom.spatialanalyst.watershed.Main&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Main-Class: org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I simply exported my project as JAR from eclipse. PLUS: I have the bootstrapArcobjectJar() method as my entry point. I commented out the method but still no result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Avishek&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 14:26:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-make-java-application-portable/m-p/258071#M6630</guid>
      <dc:creator>AvishekDutta</dc:creator>
      <dc:date>2013-01-18T14:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Java application portable</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-make-java-application-portable/m-p/258072#M6631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/17398-Unable-to-initialize-ArcObjects-environment-%28Java-API%29" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/17398-Unable-to-initialize-ArcObjects-environment-%28Java-API%29&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 15:31:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-make-java-application-portable/m-p/258072#M6631</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2013-01-18T15:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Java application portable</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-make-java-application-portable/m-p/258073#M6632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Leo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just Deleting the arcobjects.jar which eclipse was providing for my jar, did the trick!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Boot strapping did the rest!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 17:34:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-make-java-application-portable/m-p/258073#M6632</guid>
      <dc:creator>AvishekDutta</dc:creator>
      <dc:date>2013-01-18T17:34:14Z</dc:date>
    </item>
  </channel>
</rss>

