I'm developing an application with ArcGIS Runtime SDK for Java 10.2.3. When I run this application in OpenSuse 11 the program fails with this error:
Java version : 1.7.0_60 (Oracle Corporation) i386
Rendering engine : OpenGL
GLX version 1.4
Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: Required OpenGL extension is not available!
at com.esri.map.JMap.nativeDrawMapDirectToBuffer(Native Method)
at com.esri.map.JMap.paintComponent(Unknown Source)
at javax.swing.JComponent.paint(JComponent.java:1054)
When I run this commandsglxinfo | grep OpenGL
it returns
OpenGL vendor string: Mesa Project
OpenGL renderer string: Software Rasterizer
OpenGL version string: 2.1 Mesa 7.11
OpenGL extensions:
Has anyone managed to run an application developed with ArcGIS Runtime SDK for Java 10.2.3 in OpenSUSE 11?Regards