Document Information

Preface

1.  Introduction

2.  Troubleshooting AWT

3.  Troubleshooting Java 2D

4.  Troubleshooting Swing

5.  Internationalization

6.  Troubleshooting Java Sound

7.  Troubleshooting Java Plug-in

8.  Submitting Bug Reports

A.  Java 2D Properties

A.1 Properties on Solaris OS and Linux

B.  Fatal Error Log

 
Troubleshooting Guide for Java SE 6 Desktop Technologies

A.2 Properties on Windows

The following list describes some useful properties on Windows platforms.

  • The DirectDraw/GDI pipeline is the default pipeline for Windows. Change this default as follows:

    • -Dsun.java2d.noddraw=true — Disable the use of DirectDraw pipeline. GDI will be used instead.

    • -Dsun.java2d.noddraw=false — Enable the use of DirectDraw pipeline.

    • -Dsun.java2d.d3d=false — Disable the use of Direct3D pipeline.

    • J2D_D3D=false — Disable the use of Direct3D pipeline.

    • -Dsun.java2d.d3d=true — Enable the use of Direct3D pipeline.

    • J2D_D3D=true — Enable the use of Direct3D pipeline.

  • Control the use of the built-in surface punting mechanism as follows:

    • -Dsun.java2d.ddforcedram=true — Keep volatile images in VRAM.

  • Control the use of DirectDraw blit operations as follows:

    • -Dsun.java2d.ddblit=false — Disable the use of DirectDraw blit operations. GDI blits will be used instead.

Company Info Contact Terms of Use Privacy Copyright 1994-2008 Sun Microsystems, Inc.