<?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: cannot run arcgis engine jar file on unix machine in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575342#M15512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Root is not needed. You should be using the same user that ArcGIS Engine Runtime was installed by.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jun 2011 20:03:09 GMT</pubDate>
    <dc:creator>GriffinSchalow</dc:creator>
    <dc:date>2011-06-17T20:03:09Z</dc:date>
    <item>
      <title>cannot run arcgis engine jar file on unix machine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575325#M15495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;we created a java program using arcgis engine 9.3 and packaged it in a jar file. when we use runtime 9.3 to execute the jar file on a windows machine , the program runs fine. however when we execute the same jar file on a unix machine (centos 5) we get a very ambigious error that points to a some code. i should add that we wrote the java program in windows..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so basically im wondering if you cant make the arcgis java program in windows and have runtime 9.3 run it in unix?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;heres the error we get when we put execute it in the command line... ("java -jar Window3.jar")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Exception in thread "main" java.lang.reflect.InvocationTargetException&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:597)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: AutomationException: 0x800a03e8 - &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.arcgis.interop.NativeObjRef.init(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.arcgis.interop.NativeObjRef.&amp;lt;init&amp;gt;(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.arcgis.interop.Ocx.&amp;lt;init&amp;gt;(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.arcgis.controls.MapControl.&amp;lt;init&amp;gt;(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.arcgis.beans.map.MapBean.a(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.arcgis.beans.map.MapBean.&amp;lt;init&amp;gt;(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.aor.mapping.Map.&amp;lt;init&amp;gt;(Map.java:353)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.aor.seasimgui.MainWindow.&amp;lt;init&amp;gt;(MainWindow.java:260)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.aor.seasimgui.MainWindow.main(MainWindow.java:634)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we tried using some sample jar files that arcgis provides and it gave us the same error. we sourced the init_engine.sh file first and even sourced the java one as well(init_java.sh) but nothing works..im hoping someone who has encounterd this before can shed some light as to what is going on. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks in advance to anyone who replies. any info even if its just brainstorming ideas is much appreciated...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 20:18:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575325#M15495</guid>
      <dc:creator>nhieuduong</dc:creator>
      <dc:date>2011-06-03T20:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: cannot run arcgis engine jar file on unix machine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575326#M15496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, your app built and compiled on WIndows should work on your Linux or Solaris machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you used Java 6 u 21, make sure the JRE on the Unix machine is the same version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Make sure that the ArcGIS Runtime on the Unix machine is properly licensed and the init scripts are executing successfully so that the jars link to the arcobjects runtime libs properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is your target Unix platform? Linux? Solaris? What versions of these operating systems are you trying to run on?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2011 20:34:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575326#M15496</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2011-06-04T20:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: cannot run arcgis engine jar file on unix machine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575327#M15497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for replying so quickly..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;our unix machine is Red Hat , specifically Centos 5. we checked the init files and they do run successfully. It creates the ARCGIS_HOME variable in the right place and points to the correct arcobjects.jar file. We checked the autorization summery and the we do have the right licenses.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can you explain what java 6 u 21 mean? i dont reconize the acronym or what the numbers stand for?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 14:47:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575327#M15497</guid>
      <dc:creator>nhieuduong</dc:creator>
      <dc:date>2011-06-06T14:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: cannot run arcgis engine jar file on unix machine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575328#M15498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, by this I mean: Java 1.6, update 21 (Java 1.6.0_21)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 14:51:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575328#M15498</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2011-06-06T14:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: cannot run arcgis engine jar file on unix machine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575329#M15499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;we wrote our program in java 6 update 23...our unix machine is java 6 update 25. and the separate windows computer we tested our jar file on is java 6 update 24. it appears we did everything correctly &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(run the init scripts..both the engine and java shell scripts) . am i missing something?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 15:27:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575329#M15499</guid>
      <dc:creator>nhieuduong</dc:creator>
      <dc:date>2011-06-06T15:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: cannot run arcgis engine jar file on unix machine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575330#M15500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i should add that the unix machine is actuall a virtual machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;basically its on a host mac computer and we used VMWare to run a centos 5 virtual machine on it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 17:25:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575330#M15500</guid>
      <dc:creator>nhieuduong</dc:creator>
      <dc:date>2011-06-06T17:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: cannot run arcgis engine jar file on unix machine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575331#M15501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I dont know this helps you out or not but i am working on version 10 and firstly it is not working but with bootstraping and initilizevisulalbeans solve our most problems. why not you first try it with jre packaged with engine or developmentkit. and i think u already know it must be 32 bit.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 17:35:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575331#M15501</guid>
      <dc:creator>UsmanAleem</dc:creator>
      <dc:date>2011-06-06T17:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: cannot run arcgis engine jar file on unix machine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575332#M15502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;we used a sample jar file that arcgis devolopment kit 9.3 came with and those jar files dont work on the unix machine either. they work on the windows machine. what do you mean by version 10? arcgis engine runtime 10? can you explain further what yo mean by "jre packaged with engine or devlopmentkit" ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 18:41:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575332#M15502</guid>
      <dc:creator>nhieuduong</dc:creator>
      <dc:date>2011-06-06T18:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: cannot run arcgis engine jar file on unix machine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575333#M15503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;oh also we used bootstrapping. the same code that arcgis recommends using. it is staight out of arcgis website. as to the init visual beans, we have that too in our code too.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 18:43:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575333#M15503</guid>
      <dc:creator>nhieuduong</dc:creator>
      <dc:date>2011-06-06T18:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: cannot run arcgis engine jar file on unix machine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575334#M15504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Wow. CentOS....haven't tried that, since it is not a supported Linux flavor for the Engine Runtime.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sounds like you are doing everything correctly. It could just be a problem with the Runtime running on CentOS. I'm surprised the installation completed successfully.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have a non-virtualized Red Hat Linux 5 machine that your could try it on? That would eliminate a lot of confusion right from the start.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 06:14:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575334#M15504</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2011-06-07T06:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: cannot run arcgis engine jar file on unix machine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575335#M15505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;we installed a trial version of red hat on the virtual machine but we still get the same error mssg as before. same error and same everything. what is going on?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 20:17:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575335#M15505</guid>
      <dc:creator>nhieuduong</dc:creator>
      <dc:date>2011-06-07T20:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: cannot run arcgis engine jar file on unix machine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575336#M15506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure what's going on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using Oracle's JRE on your Linux machine?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That is the JRE you should be using.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 21:54:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575336#M15506</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2011-06-07T21:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: cannot run arcgis engine jar file on unix machine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575337#M15507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes we are, downloaded and installed..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it would at least make some sense if our own java programs didnt work but to have arcgis engine devo kit sample java programs (there jar files) to not work also, indicates we are missing something here, something fundamental.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 22:01:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575337#M15507</guid>
      <dc:creator>nhieuduong</dc:creator>
      <dc:date>2011-06-07T22:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: cannot run arcgis engine jar file on unix machine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575338#M15508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Fundamental question, but you did run the softwareauthorization utility, correct?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 22:03:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575338#M15508</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2011-06-07T22:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: cannot run arcgis engine jar file on unix machine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575339#M15509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes , we ran the authorization utility and in the authorization summery app it says we got the runtime licensed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 14:33:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575339#M15509</guid>
      <dc:creator>nhieuduong</dc:creator>
      <dc:date>2011-06-08T14:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: cannot run arcgis engine jar file on unix machine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575340#M15510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;we have been trying for a while now, with every method we can think of. we are having no luck. the error message is ambigious, and the customer service for arcgis is of no help. if anyone has any ideas, even just brainstorming post them on the thread. im running out of ideas as to why this is not working.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 15:00:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575340#M15510</guid>
      <dc:creator>nhieuduong</dc:creator>
      <dc:date>2011-06-13T15:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: cannot run arcgis engine jar file on unix machine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575341#M15511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;the weird thing is that if i follow the whole procedure in root, i get a different msg. the error msg i get is &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;could not load native libraries. ArcGIS/bin should be added to LD_LIBRARY_PATH environment variable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.lang.UnsatisfiedLinkError: no ntvinv in java.library.path..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.....&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;......&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i followed exactly what they said to do for the post installation . i shouldnt be getting this error. also is root needed to run arcgis ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 18:55:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575341#M15511</guid>
      <dc:creator>nhieuduong</dc:creator>
      <dc:date>2011-06-13T18:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: cannot run arcgis engine jar file on unix machine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575342#M15512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Root is not needed. You should be using the same user that ArcGIS Engine Runtime was installed by.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 20:03:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575342#M15512</guid>
      <dc:creator>GriffinSchalow</dc:creator>
      <dc:date>2011-06-17T20:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: cannot run arcgis engine jar file on unix machine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575343#M15513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also, Red Hat 5 was not supported at 9.3. Support for Red Hat 5 was added with 9.3 Service Pack 1 and in 9.3.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This KB article explains how to upgrade to enable RH5 support.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/35856"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/35856&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 20:14:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575343#M15513</guid>
      <dc:creator>GriffinSchalow</dc:creator>
      <dc:date>2011-06-17T20:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: cannot run arcgis engine jar file on unix machine</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575344#M15514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sorry for the confusion &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;we are using arcgis runtime 9.3.1 . should i go ahead and install the rh install thing in your link just in case?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 21:57:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/cannot-run-arcgis-engine-jar-file-on-unix-machine/m-p/575344#M15514</guid>
      <dc:creator>nhieuduong</dc:creator>
      <dc:date>2011-06-17T21:57:39Z</dc:date>
    </item>
  </channel>
</rss>

