<?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 deploy on Linux, when developing on Windows in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/how-to-deploy-on-linux-when-developing-on-windows/m-p/648819#M1985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I thought I'd mention that the process of adding deployment folders to target different platforms have complicated a bit now that the support of 32bit versions of Linux was added. Up to version 10.1.1, You could simply drop the containing folders of the Linux deployment folder (clientLx, LocalServerLx) unto the Windows deployment folder on the application and you're done. Now that their names are exactly the same (like the pic), You'll have to include both deployment folders on different paths, and ensure that you &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/java/api-reference/com/esri/runtime/ArcGISRuntime.html#setInstallDirectory(java.lang.String)"&gt;set the path to the directory containing the runtime installation you wish to use&lt;/A&gt;&lt;SPAN&gt; based on your knowledge of which OS you're in (in &lt;/SPAN&gt;&lt;A href="http://www.google.com/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=1&amp;amp;ved=0CCcQFjAA&amp;amp;url=http%3A%2F%2Fstackoverflow.com%2Fquestions%2F228477%2Fhow-do-i-programmatically-determine-operating-system-in-java&amp;amp;ei=cmD-UoPaJ4_hoATpmICwCg&amp;amp;usg=AFQjCNE_TgpwcQxa4QiCuDQbZwU2m221cA&amp;amp;sig2=Ydq5vfjavUFzc6bGpV85Uw&amp;amp;bvm=bv.61190604,d.cGU&amp;amp;cad=rja"&gt;code&lt;/A&gt;&lt;SPAN&gt;). I've being doing this in your reversed since version 1.0 (developing on Linux and supporting deployments on Windows) with success. I'd ensure that your application's dependencies also support multi-platform environments.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Feb 2014 16:31:58 GMT</pubDate>
    <dc:creator>CarlosColón-Maldonado</dc:creator>
    <dc:date>2014-02-14T16:31:58Z</dc:date>
    <item>
      <title>How to deploy on Linux, when developing on Windows</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/how-to-deploy-on-linux-when-developing-on-windows/m-p/648815#M1981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm looking for detailed information on How to prepare a deployment for our application for Linux platform (Redhat or Ubuntu).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Today we have install ArcGIS RUntime SDK for Java 10.2 on Windows computers for development (IDE Eclipse).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I'm using the tool Deployment Builder, Ican't choose a "Linux" platform, only "Windows 32 bit" and "Windows 64 bit" are available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On ArcGIS for Developer page "Deploy your application", I can't find doicumentation for Linux deployment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any tips on this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 07:28:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/how-to-deploy-on-linux-when-developing-on-windows/m-p/648815#M1981</guid>
      <dc:creator>JeremieJoalland1</dc:creator>
      <dc:date>2014-02-04T07:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy on Linux, when developing on Windows</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/how-to-deploy-on-linux-when-developing-on-windows/m-p/648816#M1982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to install ArcGIS Runtime SDK for Java 10.2 on Linux which has its own Deployment Builder tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using that you can build the Linux deployment package. I hope this helps !!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 18:48:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/how-to-deploy-on-linux-when-developing-on-windows/m-p/648816#M1982</guid>
      <dc:creator>SachinKanaujia</dc:creator>
      <dc:date>2014-02-04T18:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy on Linux, when developing on Windows</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/how-to-deploy-on-linux-when-developing-on-windows/m-p/648817#M1983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I guess, I need to install my SDK on Ubuntu if I need to deploy on Ubuntu ? and on RedHat if I deploy on RedHat ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What about my application ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;do I need to compile my .jars on Linux ? or .jars created on my windows environment are the sames ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 06:29:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/how-to-deploy-on-linux-when-developing-on-windows/m-p/648817#M1983</guid>
      <dc:creator>JeremieJoalland1</dc:creator>
      <dc:date>2014-02-05T06:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy on Linux, when developing on Windows</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/how-to-deploy-on-linux-when-developing-on-windows/m-p/648818#M1984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I guess, I need to install my SDK on Ubuntu if I need to deploy on Ubuntu ? and on RedHat if I deploy on RedHat ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;They have one for Windows and one for Linux so you should be able to re-use the Linux deployment package on Ubuntu and Redhat.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What about my application ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;do I need to compile my .jars on Linux ? or .jars created on my windows environment are the sames ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The jars should be fine. whatever you created on Windows should work on Linux as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 13:53:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/how-to-deploy-on-linux-when-developing-on-windows/m-p/648818#M1984</guid>
      <dc:creator>SachinKanaujia</dc:creator>
      <dc:date>2014-02-05T13:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy on Linux, when developing on Windows</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/how-to-deploy-on-linux-when-developing-on-windows/m-p/648819#M1985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I thought I'd mention that the process of adding deployment folders to target different platforms have complicated a bit now that the support of 32bit versions of Linux was added. Up to version 10.1.1, You could simply drop the containing folders of the Linux deployment folder (clientLx, LocalServerLx) unto the Windows deployment folder on the application and you're done. Now that their names are exactly the same (like the pic), You'll have to include both deployment folders on different paths, and ensure that you &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/java/api-reference/com/esri/runtime/ArcGISRuntime.html#setInstallDirectory(java.lang.String)"&gt;set the path to the directory containing the runtime installation you wish to use&lt;/A&gt;&lt;SPAN&gt; based on your knowledge of which OS you're in (in &lt;/SPAN&gt;&lt;A href="http://www.google.com/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=1&amp;amp;ved=0CCcQFjAA&amp;amp;url=http%3A%2F%2Fstackoverflow.com%2Fquestions%2F228477%2Fhow-do-i-programmatically-determine-operating-system-in-java&amp;amp;ei=cmD-UoPaJ4_hoATpmICwCg&amp;amp;usg=AFQjCNE_TgpwcQxa4QiCuDQbZwU2m221cA&amp;amp;sig2=Ydq5vfjavUFzc6bGpV85Uw&amp;amp;bvm=bv.61190604,d.cGU&amp;amp;cad=rja"&gt;code&lt;/A&gt;&lt;SPAN&gt;). I've being doing this in your reversed since version 1.0 (developing on Linux and supporting deployments on Windows) with success. I'd ensure that your application's dependencies also support multi-platform environments.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 16:31:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/how-to-deploy-on-linux-when-developing-on-windows/m-p/648819#M1985</guid>
      <dc:creator>CarlosColón-Maldonado</dc:creator>
      <dc:date>2014-02-14T16:31:58Z</dc:date>
    </item>
  </channel>
</rss>

