Bad screen redrawing in Oracle SQL Developer

前端 未结 9 2179
别那么骄傲
别那么骄傲 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:37

    I finally solved the problem: Go to \sqldeveloper\bin\sqldeveloper.conf and add this line:

    AddVMOption -Duser.language=en
    

    The problem was de user language (in spanish do not works)

    0 讨论(0)
  • 2020-12-25 08:44

    This problem still reproduces in 2015, I'm using W7, jdk version 1.8.0_40-b25 and sqldeveloper version Version 4.1.0.18.

    I had the same problem and nothing seems to help, not even William Rose's answer, until, in my desperation, I put the AddVMOption from his answer in the last line of my sqldeveloper.conf file and Voila! It worked. It seems that somehow the option is shadowed if you put it at the begging.

    Just wanting to add this bit of information, but I can't comment yet due to lack of reputation.

    0 讨论(0)
  • 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
    
    0 讨论(0)
提交回复
热议问题