Bad screen redrawing in Oracle SQL Developer

前端 未结 9 2218
别那么骄傲
别那么骄傲 2020-12-25 07:52

I have a problem with Oracle SQL Developer. When I use it on a Windows Server 2003 machine, it works fine. When I use it on my Windows 7 desktop, I get a lot of redraw pro

9条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-25 08:48

    You need to turn off DirectDraw -- see http://tiredblogger.wordpress.com/2009/05/29/configuring-oracle-sql-developer-for-windows-7/, specifically the bit where they add the following to sqldeveloper.conf:

    AddVMOption -Dsun.java2d.noddraw=true
    

提交回复
热议问题