According to http://oss.sgi.com/projects/ogl-sample/registry/EXT/paletted_texture.txt, if GL_EXT_paletted_texture is supported then function glColorSubTableEXT should be available.
This function is not defined in javax.media.opengl.GL, only glColorSubTable which isn’t available e.g. in Microsoft’s OpenGL driver. Any comments?