Thursday, 27 September 2012

Preventing JDeveloper from disabling Aero theme in Windows 7

While using JDeveloper with Windows 7 the Aero theme may revert to Basic.
This can be prevented by adding the following line to jdev.conf, which is under jdevbin\jdev\bin:
AddVMOption -Dsun.java2d.noddraw=true

No comments:

Post a Comment