<?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 Using Open GL Rendendering in Virtual Maschine in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/using-open-gl-rendendering-in-virtual-maschine/m-p/37066#M132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi ArcGIS Runtime developers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;since the final release of the ArcGIS Runtime for Java 1.0 I started playing around with it. Since most of our current projects still work with ArcGIS 10.0, I prefer to test it in a virtual environment for the moment. So I use a Win 7 image with VM Workstation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately I found out that my applications do not start when using the OpenGL Rendering instead of the default DirectX settings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For some reasons the virtual graphic device seems not to be able to emulate OpenGL rendering while the DirectX also works in the virtual machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone else get these experiences or even knows a workaround?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here my code with the exception:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGISRuntime.setRenderEngine(RenderEngine.OpenGL);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Java version : 1.7.0_02 (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 : OpenGL Error: This may be caused by the OpenGL drivers not being version 2.1 or higher. Note that remote desktop is not supported.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.map.b.run(Unknown Source)&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 ArcGISRuntime.OpenGLTest.&amp;lt;init&amp;gt;(OpenGLTest.java:45)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at ArcGISRuntime.OpenGLTest$2.run(OpenGLTest.java:64)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.event.InvocationEvent.dispatch(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventQueue.dispatchEventImpl(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventQueue.access$000(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventQueue$3.run(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventQueue$3.run(Unknown Source)&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(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventQueue.dispatchEvent(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.pumpEvents(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.pumpEvents(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.run(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Aug 2012 12:48:09 GMT</pubDate>
    <dc:creator>MartinRick</dc:creator>
    <dc:date>2012-08-02T12:48:09Z</dc:date>
    <item>
      <title>Using Open GL Rendendering in Virtual Maschine</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/using-open-gl-rendendering-in-virtual-maschine/m-p/37066#M132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi ArcGIS Runtime developers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;since the final release of the ArcGIS Runtime for Java 1.0 I started playing around with it. Since most of our current projects still work with ArcGIS 10.0, I prefer to test it in a virtual environment for the moment. So I use a Win 7 image with VM Workstation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately I found out that my applications do not start when using the OpenGL Rendering instead of the default DirectX settings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For some reasons the virtual graphic device seems not to be able to emulate OpenGL rendering while the DirectX also works in the virtual machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone else get these experiences or even knows a workaround?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here my code with the exception:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGISRuntime.setRenderEngine(RenderEngine.OpenGL);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Java version : 1.7.0_02 (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 : OpenGL Error: This may be caused by the OpenGL drivers not being version 2.1 or higher. Note that remote desktop is not supported.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.map.b.run(Unknown Source)&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 ArcGISRuntime.OpenGLTest.&amp;lt;init&amp;gt;(OpenGLTest.java:45)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at ArcGISRuntime.OpenGLTest$2.run(OpenGLTest.java:64)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.event.InvocationEvent.dispatch(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventQueue.dispatchEventImpl(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventQueue.access$000(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventQueue$3.run(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventQueue$3.run(Unknown Source)&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(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventQueue.dispatchEvent(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.pumpEvents(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.pumpEvents(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.run(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 12:48:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/using-open-gl-rendendering-in-virtual-maschine/m-p/37066#M132</guid>
      <dc:creator>MartinRick</dc:creator>
      <dc:date>2012-08-02T12:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using Open GL Rendendering in Virtual Maschine</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/using-open-gl-rendendering-in-virtual-maschine/m-p/37067#M133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Martin:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, we have experienced this. We have yet to iron out all of the caveats with respect to VMs, DirectX and OpenGL. So at this point in time, it is risky.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your VM is able to use hardware acceleration, it�??s okay to use.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, it seems that most VMs do not support hardware acceleration. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The one�??s that do have ways of actually using a graphics card.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Some VMs have DirectX support.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Almost no VMs in the world support OpenGL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If by chance you can find a VM that supports OpenGL, you should be ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this is helpful information!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 15:51:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/using-open-gl-rendendering-in-virtual-maschine/m-p/37067#M133</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2012-08-02T15:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using Open GL Rendendering in Virtual Maschine</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/using-open-gl-rendendering-in-virtual-maschine/m-p/37068#M134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you very much for your reply. I made some investigations and came to the following information:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. VMWare supports OpenGL at version 7.1 which I am using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;=&amp;gt; &lt;/SPAN&gt;&lt;A href="http://www.vmware.com/support/ws71/doc/releasenotes_ws71.html"&gt;http://www.vmware.com/support/ws71/doc/releasenotes_ws71.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. At the Esri Support Blog there is a manual how to test the supported OpenGl versions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;=&amp;gt; &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/esri/supportcenter/2012/03/15/what-version-of-opengl-do-i-have-and-do-i-have-the-latest-drivers-for-my-system/"&gt;http://blogs.esri.com/esri/supportcenter/2012/03/15/what-version-of-opengl-do-i-have-and-do-i-have-the-latest-drivers-for-my-system/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did this test with my physical device and the VmWare graphics device. Both passed the OpenGl Test (see Attachments for Test results from my Virtual Maschine).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully esri can handle this issue soon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With kind regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]16698[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]16699[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 08:03:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/using-open-gl-rendendering-in-virtual-maschine/m-p/37068#M134</guid>
      <dc:creator>MartinRick</dc:creator>
      <dc:date>2012-08-06T08:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using Open GL Rendendering in Virtual Maschine</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/using-open-gl-rendendering-in-virtual-maschine/m-p/37069#M135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Martin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for sharing this information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I couldn't find the attachement you mentioned. Can you reply with it again?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 14:23:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/using-open-gl-rendendering-in-virtual-maschine/m-p/37069#M135</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2012-08-07T14:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using Open GL Rendendering in Virtual Maschine</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/using-open-gl-rendendering-in-virtual-maschine/m-p/37070#M136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;with "attachments" I meant the 2 screenshots in my post. There you can see that the vm passed all openGL versions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 06:22:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/using-open-gl-rendendering-in-virtual-maschine/m-p/37070#M136</guid>
      <dc:creator>MartinRick</dc:creator>
      <dc:date>2012-08-15T06:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using Open GL Rendendering in Virtual Maschine</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/using-open-gl-rendendering-in-virtual-maschine/m-p/37071#M137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah. My bad, Martin. Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, this is odd, and we have experienced anomolies like this as well, as we have tested. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The team is certainly working on making the use VMs with Runtime apps a supportable scenario.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no estimate at this time when that will work. Please stay tuned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We apologize for this inconvenience.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 14:47:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/using-open-gl-rendendering-in-virtual-maschine/m-p/37071#M137</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2012-08-15T14:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using Open GL Rendendering in Virtual Maschine</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/using-open-gl-rendendering-in-virtual-maschine/m-p/37072#M138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;yesterday I started playing around with the Vehicle Commander Template from the Resources Center:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=ae30551d12f443cb903f4829b03de315"&gt;http://www.arcgis.com/home/item.html?id=ae30551d12f443cb903f4829b03de315&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After some adjusting at the config.xml I could start the precompiled version on my local (physical) machine and everything works well. After shipping the Demo to a virtual machine I ran into some problems. The moving position of the virtual GPS-Object is not displayed anymore in the map. Although the Runtime uses directX rendering it seems that some components use openGL rendering.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible that the application uses different rendering for certain objects or layers? It would be nice if you could give some feedback about this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 08:16:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/using-open-gl-rendendering-in-virtual-maschine/m-p/37072#M138</guid>
      <dc:creator>MartinRick</dc:creator>
      <dc:date>2012-08-23T08:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using Open GL Rendendering in Virtual Maschine</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/using-open-gl-rendendering-in-virtual-maschine/m-p/37073#M139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, the system as a whole uses either DirectX or OpenGL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could there be an issue with the GPS setup on the VM?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have any exceptions thrown in the console that we can look at?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 15:58:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/using-open-gl-rendendering-in-virtual-maschine/m-p/37073#M139</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2012-08-24T15:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using Open GL Rendendering in Virtual Maschine</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/using-open-gl-rendendering-in-virtual-maschine/m-p/37074#M140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for your reply. For some reasons the template works now. I was just a bit confused since the documentation pdf (page 2) says that openGL is required. Since I am using a VM I thought my problem could be related with the OpenGL issue in virtual machines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 12:08:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/using-open-gl-rendendering-in-virtual-maschine/m-p/37074#M140</guid>
      <dc:creator>MartinRick</dc:creator>
      <dc:date>2012-09-03T12:08:51Z</dc:date>
    </item>
  </channel>
</rss>

