<?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: Using the Java SDK, how do I override the default GLSL version? in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/using-the-java-sdk-how-do-i-override-the-default/m-p/330478#M979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you resolved the problem? I have the same issue with the following versions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
 Max core profile version: 4.5
 Max compat profile version: 3.0
 Max GLES1 profile version: 1.1
 Max GLES[23] profile version: 3.1
OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.3.0
OpenGL core profile shading language version string: 4.50
OpenGL version string: 3.0 Mesa 17.3.0
OpenGL shading language version string: 1.30
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 17.3.0
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10

&lt;/PRE&gt;&lt;P&gt;On the documentation of ArcGIS, I saw that "Linux applications require support for OpenGL 3.0 and Shader Language 1.3 minimum." It seems that it is exactly what I have on my computer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not exactly sure which part of ArcGIS is broken by this problem. Some examples do work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yuxiang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 16:20:57 GMT</pubDate>
    <dc:creator>YuxiangLI</dc:creator>
    <dc:date>2021-12-12T16:20:57Z</dc:date>
    <item>
      <title>Using the Java SDK, how do I override the default GLSL version?</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/using-the-java-sdk-how-do-i-override-the-default/m-p/330476#M977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to display a scene in Java according to the tutorial:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdevelopers.arcgis.com%2Fjava%2Flatest%2Fguide%2Fdisplay-a-scene.htm" rel="nofollow" target="_blank"&gt;https://developers.arcgis.com/java/latest/guide/display-a-scene.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I receive an error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Error message: Internal error exception&lt;BR /&gt;Additional error message: star_draw,GL_VERTEX_SHADER:0:3(10): error: GLSL 1.50 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.00 ES, 3.00 ES, 3.10 ES, and 3.20 ES&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Seems that the application is trying to use OpenGL Shader Language 1.50 which my system does not seem to support. I assume I either need to install a compatible shader on Ubuntu, or I need to instruct ArcGIS SDK to use a different shader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm happy with either of the 2 solutions, but do not know how to implement them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So far no luck on my StackOverflow post: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fstackoverflow.com%2Fquestions%2F47628186%2Fjaxafx-shader-issue-on-ubuntu-help-translate-error" rel="nofollow" target="_blank"&gt;https://stackoverflow.com/questions/47628186/jaxafx-shader-issue-on-ubuntu-help-translate-error&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 14:02:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/using-the-java-sdk-how-do-i-override-the-default/m-p/330476#M977</guid>
      <dc:creator>Markvan_Wyk</dc:creator>
      <dc:date>2017-12-05T14:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Java SDK, how do I override the default GLSL version?</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/using-the-java-sdk-how-do-i-override-the-default/m-p/330477#M978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark.&lt;/P&gt;&lt;P&gt;This thread always helps me:&amp;nbsp;&lt;A class="link-titled" href="https://askubuntu.com/questions/96087/how-to-install-opengl-glut-libraries" title="https://askubuntu.com/questions/96087/how-to-install-opengl-glut-libraries"&gt;command line - How to install OpenGL/GLUT libraries - Ask Ubuntu&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully it's a helpful place for you as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 05:19:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/using-the-java-sdk-how-do-i-override-the-default/m-p/330477#M978</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2017-12-12T05:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Java SDK, how do I override the default GLSL version?</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/using-the-java-sdk-how-do-i-override-the-default/m-p/330478#M979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you resolved the problem? I have the same issue with the following versions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
 Max core profile version: 4.5
 Max compat profile version: 3.0
 Max GLES1 profile version: 1.1
 Max GLES[23] profile version: 3.1
OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.3.0
OpenGL core profile shading language version string: 4.50
OpenGL version string: 3.0 Mesa 17.3.0
OpenGL shading language version string: 1.30
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 17.3.0
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10

&lt;/PRE&gt;&lt;P&gt;On the documentation of ArcGIS, I saw that "Linux applications require support for OpenGL 3.0 and Shader Language 1.3 minimum." It seems that it is exactly what I have on my computer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not exactly sure which part of ArcGIS is broken by this problem. Some examples do work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yuxiang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:20:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/using-the-java-sdk-how-do-i-override-the-default/m-p/330478#M979</guid>
      <dc:creator>YuxiangLI</dc:creator>
      <dc:date>2021-12-12T16:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Java SDK, how do I override the default GLSL version?</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/using-the-java-sdk-how-do-i-override-the-default/m-p/330479#M980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not resolved the issue as yet. Is it also all the 3D maps that are giving you issues or 2D maps too?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 15:04:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/using-the-java-sdk-how-do-i-override-the-default/m-p/330479#M980</guid>
      <dc:creator>Markvan_Wyk</dc:creator>
      <dc:date>2017-12-18T15:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Java SDK, how do I override the default GLSL version?</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/using-the-java-sdk-how-do-i-override-the-default/m-p/330480#M981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe it only affects 3D maps (especially the one you pointed out). I have tried 2 other 2D map examples, they work fine, but I am not sure how other examples would work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 15:33:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/using-the-java-sdk-how-do-i-override-the-default/m-p/330480#M981</guid>
      <dc:creator>YuxiangLI</dc:creator>
      <dc:date>2017-12-18T15:33:39Z</dc:date>
    </item>
  </channel>
</rss>

