<?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: ArcGIS Runtime for Java 10.2 examples not working in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274385#M803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you also trying changing the rendering engine. By default, ArcGIS Runtime uses DirectX on Windows. You could switch to OpenGL -&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;using API (when application starts): ArcGISRuntime.setRenderEngine(RenderEngine.OpenGL), or &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;using command line (also works with samples jar): -Dcom.esri.runtime.renderEngine=opengl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OpenGL has to be at least 2.1 or 3.3 based on graphics card (&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/java/info/arcgis-runtime-sdk-for-java-system-requirements.htm"&gt;https://developers.arcgis.com/en/java/info/arcgis-runtime-sdk-for-java-system-requirements.htm&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Vijay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Nov 2013 16:10:46 GMT</pubDate>
    <dc:creator>VijayGandhi</dc:creator>
    <dc:date>2013-11-06T16:10:46Z</dc:date>
    <item>
      <title>ArcGIS Runtime for Java 10.2 examples not working</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274381#M799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've just installed ArcGIS Runtime for Java 10.2 and tried to open the samples, but none of them displays a map, just ESRI logo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;I've also guaranteed that I have access to the requested domain (in the first sample case, '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;').&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;For samples that use LocalServer I've assured the server is up and running at '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://127.0.0.1:50000/9gSy7s/arcgis/rest/services" rel="nofollow" target="_blank"&gt;http://127.0.0.1:50000/9gSy7s/arcgis/rest/services&lt;/A&gt;&lt;SPAN&gt;'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nothing is printed at the Java console mentioning any error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What could be the problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 22:21:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274381#M799</guid>
      <dc:creator>BrunoMendes</dc:creator>
      <dc:date>2013-11-05T22:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2 examples not working</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274382#M800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The fact that you can see the esri logo suggests that there isn't too much wrong.&amp;nbsp; I'm wondering if there is a network / firewall issue here.&amp;nbsp; Are you working in a locked down environment?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How are you running the sample application.&amp;nbsp; Via a Start menu or using java -jar?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you say you don't see anything in the console window is this the console you called java -jar, or is it the console window you can open up in the sample application?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If there are really no clues, then I would encourage you to install the eclipse plugin and create a template application.&amp;nbsp; Running it through eclipse should give you more clues as to what is happening.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another issue I've seen in locked down environments is when the firewall is using page forwarding.&amp;nbsp; For example if you went to a web page and requested &lt;/SPAN&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer&lt;/A&gt;&lt;SPAN&gt; it goes to another page first which displays the text "forwarding to..." and then your web page opens up.&amp;nbsp; This kind of works for web browsers, but it's not so good for REST endpoints!&amp;nbsp; If we make a REST call and the page returns "forwarding to..." it upsets the JSON parser.&amp;nbsp; You would be able to see this kind of issue by using a tool like Fiddler and browsing to the REST endpoints.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another thing you could try is looking at the sample which uses just a local tiled package.&amp;nbsp; In the sample go to Tiled Layers -&amp;gt; Local Tiled Layers and this should work as there is no network connection needed here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me now how you get on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 06:48:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274382#M800</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-11-06T06:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2 examples not working</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274383#M801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your considerations Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;The fact that you can see the esri logo suggests that there isn't too much wrong. I'm wondering if there is a network / firewall issue here. Are you working in a locked down environment?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;How are you running the sample application. Via a Start menu or using java -jar?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The sample app was run using the Start menu.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;When you say you don't see anything in the console window is this the console you called java -jar, or is it the console window you can open up in the sample application?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It was the console window in the sample app.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have just tried with java -jar and no erro message appeared at all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;If there are really no clues, then I would encourage you to install the eclipse plugin and create a template application. Running it through eclipse should give you more clues as to what is happening.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After installed the eclipse plugin in my Kepler, I've created a Map Application and tested the following approaches:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Internet &lt;/SPAN&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer;"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer;&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Intranet &lt;/SPAN&gt;&lt;A href="http://&amp;lt;server-ip&amp;gt;/ArcGIS/rest/services/Basemap/ManausBasemap/MapServer;"&gt;http://&amp;lt;server-ip&amp;gt;/ArcGIS/rest/services/Basemap/ManausBasemap/MapServer;&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Offline C:\\Program Files (x86)\\ArcGIS SDKs\\java10.2\\sdk\\samples\\data\\mpks\\USCitiesStates.mpk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;None of them presents errors messages. All of them show ESRI logo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*I've noticed some warning messages about beta functionality and one message that looks like an expected exception: &lt;/SPAN&gt;&lt;STRONG&gt;datadir does not exist, creating: "C:\Users\&amp;lt;user&amp;gt;\AppData\Local\Temp\arcgisruntime_4492"&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;BR /&gt;Another issue I've seen in locked down environments is when the firewall is using page forwarding. For example if you went to a web page and requested &lt;A href="http://services.arcgisonline.com/Arc..._Map/MapServer"&gt;http://services.arcgisonline.com/Arc..._Map/MapServer&lt;/A&gt; it goes to another page first which displays the text "forwarding to..." and then your web page opens up. This kind of works for web browsers, but it's not so good for REST endpoints! If we make a REST call and the page returns "forwarding to..." it upsets the JSON parser. You would be able to see this kind of issue by using a tool like Fiddler and browsing to the REST endpoints.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Didn't know about this and will have to install Fiddler to test it, but I've tested using CURL in command line and I've got the HTML normally, maybe CURL do handle 'forwarding to...'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;Another thing you could try is looking at the sample which uses just a local tiled package. In the sample go to Tiled Layers -&amp;gt; Local Tiled Layers and this should work as there is no network connection needed here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Same issue and local server is up and running.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 11:48:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274383#M801</guid>
      <dc:creator>BrunoMendes</dc:creator>
      <dc:date>2013-11-06T11:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2 examples not working</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274384#M802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh we like a challenge &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Okay some more questions.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - What JDK/ JRE version are you using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - What platform are you running on?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - Is it a real machine or a virtual one?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - When you run your application via eclipse, what console output do you see.&amp;nbsp; On my Windows machine I see the following for example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]Java version : 1.7.0_40 (Oracle Corporation) amd64&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rendering engine : DirectX[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - Have you ever managed to get runtime applications working on older releases?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 15:29:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274384#M802</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-11-06T15:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2 examples not working</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274385#M803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you also trying changing the rendering engine. By default, ArcGIS Runtime uses DirectX on Windows. You could switch to OpenGL -&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;using API (when application starts): ArcGISRuntime.setRenderEngine(RenderEngine.OpenGL), or &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;using command line (also works with samples jar): -Dcom.esri.runtime.renderEngine=opengl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OpenGL has to be at least 2.1 or 3.3 based on graphics card (&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/java/info/arcgis-runtime-sdk-for-java-system-requirements.htm"&gt;https://developers.arcgis.com/en/java/info/arcgis-runtime-sdk-for-java-system-requirements.htm&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Vijay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 16:10:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274385#M803</guid>
      <dc:creator>VijayGandhi</dc:creator>
      <dc:date>2013-11-06T16:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2 examples not working</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274386#M804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; - What JDK/ JRE version are you using?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;java -version output:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]java version "1.6.0_30"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Java(TM) SE Runtime Environment (build 1.6.0_30-b12)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Java HotSpot(TM) Client VM (build 20.5-b03, mixed mode, sharing)[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;javac -version output:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]javac 1.6.0_30[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; - What platform are you running on?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Windows 7 Enterprise 64bits. 4GB RAM. AMD Phenom II x2 560 Processor 3.2GHz.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; - Is it a real machine or a virtual one?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Real one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; - When you run your application via eclipse, what console output do you see.&amp;nbsp; On my Windows machine I see the following for example:&lt;BR /&gt;&lt;BR /&gt;[INDENT]Java version : 1.7.0_40 (Oracle Corporation) amd64&lt;BR /&gt;Rendering engine : DirectX[/INDENT]&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This eclipse is configured to use JDK7:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]Java version : 1.7.0_25 (Oracle Corporation) amd64&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rendering engine : DirectX[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit: I've just updated my VM to 1.7.0_45 and the problem persists.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; - Have you ever managed to get runtime applications working on older releases?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;It is my first attempt to use Runtime Applications. Luckily - or sadly - ArcGIS Runtime for Java SDKv10.2 was released one day before I started searching for it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 18:50:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274386#M804</guid>
      <dc:creator>BrunoMendes</dc:creator>
      <dc:date>2013-11-06T18:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2 examples not working</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274387#M805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Could you also trying changing the rendering engine. By default, ArcGIS Runtime uses DirectX on Windows. You could switch to OpenGL -&lt;BR /&gt;using API (when application starts): ArcGISRuntime.setRenderEngine(RenderEngine.OpenGL), or &lt;BR /&gt;using command line (also works with samples jar): -Dcom.esri.runtime.renderEngine=opengl&lt;BR /&gt;&lt;BR /&gt;OpenGL has to be at least 2.1 or 3.3 based on graphics card (&lt;A href="https://developers.arcgis.com/en/java/info/arcgis-runtime-sdk-for-java-system-requirements.htm"&gt;https://developers.arcgis.com/en/java/info/arcgis-runtime-sdk-for-java-system-requirements.htm&lt;/A&gt;)&lt;BR /&gt;&lt;BR /&gt;Vijay&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;With both JDK6 and JDK7 I get the following error (via command line or eclipse):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]Java version : 1.7.0_45 (Oracle Corporation) amd64&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rendering engine : OpenGL&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.lang.RuntimeException: Failed to create shared context&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.map.JMap.nativeCreateMap(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.map.JMap.&amp;lt;init&amp;gt;(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at Main.&amp;lt;init&amp;gt;(Main.java:44)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at Main$2.run(Main.java:67)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventQueue.access$200(EventQueue.java:103)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventQueue$3.run(EventQueue.java:694)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventQueue$3.run(EventQueue.java:692)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.security.AccessController.doPrivileged(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you give me guidance on how can I check my OpenGL version and how can I update it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm currently downloading the newest driver for my graphics card.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 19:59:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274387#M805</guid>
      <dc:creator>BrunoMendes</dc:creator>
      <dc:date>2013-11-06T19:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2 examples not working</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274388#M806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The error you are seeing above (Failed to create a shared context) is due to the fact that your graphics card drivers are not supporting a very high version of OpenGL.&amp;nbsp; I bet you only have 1.1 support!&amp;nbsp; DirectX is usually most reliable in Windows, however as Vijay suggested it was worth a try switching to OpenGL!&amp;nbsp; The fact that you can see the esri logo when running in DirectX suggests to me that you don't have a rendering issue with DirectX mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm thinking that your locked down environment is hurting you here.&amp;nbsp; What I would suggest is creating a application which uses an online service like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map = new JMap();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.getContentPane().add(map);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ArcGISTiledMapServiceLayer tiledLayer = new ArcGISTiledMapServiceLayer(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.getLayers().add(tiledLayer);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You then need to configure Eclipse so you can capture the HTTP traffic in Fiddler.&amp;nbsp; You need to set your JVM run options so you use this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=8888&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then watch if anything gets captured in Fiddler!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One thing I am surprised about is that you couldn't run an application which used a local tiled package.&amp;nbsp; This just uses basic file IO to read the the TPK file.&amp;nbsp; This does not use the local server and hence does not rely on HTTP traffic.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 06:47:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274388#M806</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-11-07T06:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2 examples not working</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274389#M807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Before you go down the Fiddler route can you try this code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;ArcGISTiledMapServiceLayer tiledLayer = new ArcGISTiledMapServiceLayer("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tiledLayer.addLayerInitializeCompleteListener(new LayerInitializeCompleteListener() {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @Override&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public void layerInitializeComplete(LayerInitializeCompleteEvent e) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println(e.getLayer().getInitializationError()); // print out any layer init error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map.getLayers().add(tiledLayer);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It might just give some more information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 09:56:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274389#M807</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-11-07T09:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2 examples not working</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274390#M808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Before you go down the Fiddler route can you try this code:&lt;BR /&gt;&lt;BR /&gt;ArcGISTiledMapServiceLayer tiledLayer = new ArcGISTiledMapServiceLayer("http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tiledLayer.addLayerInitializeCompleteListener(new LayerInitializeCompleteListener() {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @Override&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public void layerInitializeComplete(LayerInitializeCompleteEvent e) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println(e.getLayer().getInitializationError()); // print out any layer init error&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;BR /&gt;map.getLayers().add(tiledLayer);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It might just give some more information.&lt;BR /&gt;&lt;BR /&gt;Mark&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tested the following code and it prints 'null'. Today afternoon I'll try to capture the packets with Fiddler.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 13:03:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274390#M808</guid>
      <dc:creator>BrunoMendes</dc:creator>
      <dc:date>2013-11-07T13:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2 examples not working</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274391#M809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The error you are seeing above (Failed to create a shared context) is due to the fact that your graphics card drivers are not supporting a very high version of OpenGL.&amp;nbsp; I bet you only have 1.1 support!&amp;nbsp; DirectX is usually most reliable in Windows, however as Vijay suggested it was worth a try switching to OpenGL!&amp;nbsp; The fact that you can see the esri logo when running in DirectX suggests to me that you don't have a rendering issue with DirectX mode.&lt;BR /&gt;&lt;BR /&gt;I'm thinking that your locked down environment is hurting you here.&amp;nbsp; What I would suggest is creating a application which uses an online service like this:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map = new JMap();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.getContentPane().add(map);&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ArcGISTiledMapServiceLayer tiledLayer = new ArcGISTiledMapServiceLayer(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.getLayers().add(tiledLayer);&lt;BR /&gt;&lt;BR /&gt;You then need to configure Eclipse so you can capture the HTTP traffic in Fiddler.&amp;nbsp; You need to set your JVM run options so you use this:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=8888&lt;BR /&gt;&lt;BR /&gt;Then watch if anything gets captured in Fiddler!&lt;BR /&gt;&lt;BR /&gt;One thing I am surprised about is that you couldn't run an application which used a local tiled package.&amp;nbsp; This just uses basic file IO to read the the TPK file.&amp;nbsp; This does not use the local server and hence does not rely on HTTP traffic.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Mark&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've gone the Fiddler route and it seems everything is fine, could even preview the images in Fiddler without any issues.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But the problem persists as shown in the attached image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At home I was able to test and run the samples nicely, but at work it doesn't work at all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The only difference is the graphics card... at work we have an Nvidia GForce 7300 SE/7200 GE with DirectX 11 installed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 23:27:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274391#M809</guid>
      <dc:creator>BrunoMendes</dc:creator>
      <dc:date>2013-11-07T23:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2 examples not working</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274392#M810</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;here are a couple of other things you could consider:&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;The java 6 that you used appeared to be 32 bit (client). What is the java 7 version? It might be worth trying 64 bit server (though that should not matter). &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;We are assuming you are not over remote desktop (again though that should not matter).&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Run dxdiag.exe, perhaps some of the DirectX acceleration features have been disabled. Consider using the 'Save All Information button' and attaching the results here.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gayle&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 08:53:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274392#M810</guid>
      <dc:creator>GayleYoung</dc:creator>
      <dc:date>2013-11-11T08:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2 examples not working</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274393#M811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;here are a couple of other things you could consider:&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;The java 6 that you used appeared to be 32 bit (client). What is the java 7 version? It might be worth trying 64 bit server (though that should not matter). &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;We are assuming you are not over remote desktop (again though that should not matter).&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Run dxdiag.exe, perhaps some of the DirectX acceleration features have been disabled. Consider using the 'Save All Information button' and attaching the results here.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Gayle&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your considerations Gayle, the responses are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;When running from eclipse I use JDK 64 bits.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;I've tested both ways, remote and non-remote.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;I've attached both outputs (32 and 64bits)&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 13:56:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274393#M811</guid>
      <dc:creator>BrunoMendes</dc:creator>
      <dc:date>2013-11-12T13:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2 examples not working</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274394#M812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the information,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from the 64bit dxdiag output i can see that Direct draw acceleration on the Display tab is not available (DDraw Status: Not Available). This is a hardware requirement on the video/graphics adapter (&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/java/info/arcgis-runtime-sdk-for-java-system-requirements.htm"&gt;https://developers.arcgis.com/en/java/info/arcgis-runtime-sdk-for-java-system-requirements.htm&lt;/A&gt;&lt;SPAN&gt;). You could try updating/installing drivers from the Nvidia site, but it may be that beacuse you are in a server environment your graphics card is not suitable for running display accelerated client applications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gayle&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 07:45:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274394#M812</guid>
      <dc:creator>GayleYoung</dc:creator>
      <dc:date>2013-11-13T07:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2 examples not working</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274395#M813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, then I guess Runtime SDK for Java is not an option for my case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you point me to another approach to provide offline maps with routing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 17:33:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274395#M813</guid>
      <dc:creator>BrunoMendes</dc:creator>
      <dc:date>2013-11-14T17:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2 examples not working</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274396#M814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd recommend considering if you can get a graphics card that supports hardware acceleration, or the OpenGL requirements of ArcGIS Runtime. If this is not an option ArcGIS Engine is available. It has lower OpenGL requirements (version 2.0 minimum, and Shader Model 3.0 or higher) and supports your OS and network analysis:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/system-requirements/10.2/index.html#//015100000068000000"&gt;current ArcGIS Engine Requirements&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 08:16:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274396#M814</guid>
      <dc:creator>GayleYoung</dc:creator>
      <dc:date>2013-11-15T08:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2 examples not working</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274397#M815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you absolutely sure that your graphics card drivers are up to date or correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For windows platforms DirectX rendering is most likely to be the best solution.&amp;nbsp; We support both DirectX 9 and with the 10.2 release we also use DirectX 11 if it is available.&amp;nbsp; The advantage of DirectX 11 (with WARP) is that it will work even if you remote desktop onto the machine.&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/windows/desktop/gg615082(v=vs.85).aspx"&gt;http://msdn.microsoft.com/en-us/library/windows/desktop/gg615082(v=vs.85).aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dxdiag in my experience reliably tells you that the MS components are in place, but it still reports DX support even if the drivers are not correct.&amp;nbsp; A more reliable way of testing support for DX and OpenGL is to use a tool like GLview from Realtech.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.realtech-vr.com/glview/"&gt;http://www.realtech-vr.com/glview/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I really would expect you to be able to get the runtime working with Windows 7 and a NVidia graphics card with DirectX and even OpenGL.&amp;nbsp; However if your graphics card drivers are not correct you will have problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If updating your graphics card drivers is not an option, another consideration is to use one of the web maded APIs.&amp;nbsp; Is running an application in a browser an option?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 08:55:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-examples-not-working/m-p/274397#M815</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-11-15T08:55:37Z</dc:date>
    </item>
  </channel>
</rss>

