Hi All
I’m currently working on applet whose content uses JOGL. It seems to work fine, but if I open the applet in different tab (within a single browser window), it would throw an exception
javax.media.opengl.GLException: Method "glActiveTexture" not available
at com.sun.opengl.impl.GLImpl.glActiveTexture(GLImpl.java:34)
but if I open the applets in different window, (so far) it can run just fine.
I think most probably it’s related to JVM instancing?
has anyone encountered this or have any suggestion?
Thank you in advance