Did anyone succeed in using GL.glDrawElements()?
I use almost the same codes both in Java and C++
but I got nothing in Java!!
What I did is drawing a line strip using GL_LINE_STRIP.
And for GL.glVertexPointer(), I used ByteBuffer for the
forth parameter.