Re: Java2D Direct3D usage disabled by J2D_D3D env
Mark McKay <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Rune P.F. Fimland wrote: > Hi! > I have been developing and running some simple applications. In the > output window of "NetBeans IDE 3.5.1" I have got this message: "Java2D > Direct3D usage disabled by J2D_D3D env". Can anyone tell me what it > means, and how to enable "Java2D Direct3D", and tell me what "Java2D > Direct3D" is? I have search many pages, including Suns homepages, but > haven't find some substantial information about this. So please help me! > best regards > Rune I've gotten that too. Best I can figure is that it means 'don't loose the texture buffer if you're running the DirectX version of Java3D'. The problem goes away if you switch to the OpenGL version. If you read the specs, the OpenGL version should be slightly more efficient too. I made the switch, and haven't had native errors since. :) Mark McKay