Domain name in address bar not in order

when I visit my domain name (www.domain.com) it opens up the website but then the ip address appears in the address bar instead of the domain name. How do I change this so only the domain name appears?


UPDATE wp_options SET option_value='http://domain.com' WHERE option_name IN ('siteurl','home');

SQL Developer - Set path for Java

Solution 1: Copy and paste the path of jdk in the dialog box when asked for the path, instead of selecting java.exe 
 --------------------------------------------------------------------------------
 Solution 2
SQL Developer - Set path for Java

1) Open the file

..\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf

and add the following line to set jdk path:

SetJavaHome ..

\app\hma\product\11.2.0\client_1\jdk

If it don’t allow you to save the file, copy whole sqldeveloper folder to a different location where you have write access

to modify this file.

2) Run sqldeveloper.exe (from the new place if you moved the folder out from oracle folders) as administrator and enter

the jdk path that comes with your oracle installation:

C:\Program Files\Oracle\11g\product\11.1.0\client_1\jdk\bin

It should work