Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

SQL Developer won't start after changing UI settings

2683316May 29 2014 — edited May 29 2014

I just want to re-submit a known bug that hasn't been fixed so far. Changing from Oracle LaF (Look and Feel) to Windows LaF will prevent SQL Developer from showing the GUI even though sqldeveloper.exe is running.

Environment:

Windows 7 Ultimate SP1 64-bit.

SQL Developer 1.5.5 build MAIN-5969 (latest version)

Java 8 update 5

Followed this discussion to solve the issue:

How to solve it on Windows 7:

Terminate sqldeveloper.exe on Task Manager.

Go to %appdata%\Roaming\SQL Developer\system1.5.5.59.69\o.sqldeveloper.11.1.1.59.69

Open product-preferences.xml

Find:

<value n="lafClass" v="com.sun.java.swing.plaf.windows.WindowsLookAndFeel"/>

<value n="lafThemeClass" v=""/>

Change for:

<value n="lafClass" v="oracle.bali.ewt.olaf2.OracleLookAndFeel"/>

<value n="lafThemeClass" v="skin:fusionblue"/>

Save changes.

Done.

Hope this help anyone

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 26 2014
Added on May 29 2014
2 comments
2,123 views