Re: Got exception: com.jogamp.opengl.GLException: No lookup for esProfile GLES2
Posted by george2008 on Jan 12, 2016; 9:33am
URL: https://forum.jogamp.org/Got-exception-com-jogamp-opengl-GLException-No-lookup-for-esProfile-GLES2-tp4035936p4035991.html
Use 2.3.2, got exception as below:
com.jogamp.opengl.GLException: No GLDrawableFactory available for profile: GLES2
at com.jogamp.opengl.GLDrawableFactory.getFactoryImpl(GLDrawableFactory.java:469)
at com.jogamp.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1783)
at com.jogamp.opengl.GLProfile.access$000(GLProfile.java:80)
at com.jogamp.opengl.GLProfile$1.run(GLProfile.java:230)
at java.security.AccessController.doPrivileged(Native Method)
at com.jogamp.opengl.GLProfile.initSingleton(GLProfile.java:216)
at com.jogamp.opengl.GLProfile.getProfileMap(GLProfile.java:2297)
at com.jogamp.opengl.GLProfile.get(GLProfile.java:988)
at com.jogamp.opengl.GLProfile.get(GLProfile.java:1004)
at Sample01.main(Sample01.java:45)