Java2D on MAC.

Dear All,

I am using JOGl for video streams playback on MAC. I want to enable Java2D pipeline on MAC OSX. I am using System.setproperty(“sun.java2d.opengl”, “true”). And I am calling Java2D.isOglPipelineActive after this, but it is returning false.

Can anyone please suggest me how to enable Java2D pipeline on MACOSX.

Anand

As far as I know Mac and Mac OS X are not acronyms.

I’m not sure you can enable it (why version of Java do you use?) and I’m not really sure it is useful in your case. You can use Java2D and JOGL without enabling the hardware accelerated Java2D pipeline.

Yeah I was having issues with this too. It doesn’t seem to want to turn on. Probably you can do what you want without acceleration, though, or use JOGL for it.