Java2D OpenGL Hardware Acceleration Doesn't Work
- by Aaron
It doesn't work with OpenGL with even the simplest of programs. Here is what I am doing..
java -Dsun.java2d.opengl=True -jar Java2Demo.jar
(Java2Demo.jar is usually included with the JDK..)
The text output is:
OpenGL pipeline enabled for default config on screen 0
When I don't pass in the above VM argument things work fine (but slowly).…