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!

Newbie having problems starting sqldeveloper

jpersonSep 30 2015 — edited Oct 11 2015

Just installed "Sqldeveloper" version 64 on windows vista machine.

"Sqldeveloper" is in a directory:

c/sqldeveloper

My "java" information is in the following directory:

c:\program files\java

Have two "Java" sub directories

jdk1.8.0_31

jdk1.8.0_25

Have modified the following programmings in the 

c/sqldeveloper/sqldeveloper/bin directory:

jdf.conf

sqldeveloper.conf


jdf.conf

This file was empty and I added the following line:

SetJavaHome c:\program files\java\jdk1.8.0_31


sqldeveloper.conf

#SetJavaHome ../../jdk    <===== This is what is was

SetJavaHome c:/program files/java/jdk1.8.0_31 <======= I changed it to this


I even moved in the missing file it was asking for to the c/sqldeveloper/sqldeveloper/bin

Missing File "msvcr100.dll"


I get the following error messages:

1) This application has failed to start because msvcr100.dll was not found.

    Re-installing this application may fix this problem

2) Unable to launch the java virtual machine located at path

    c:\sqldeveloper\jdk\jre\bin\server\jvm.dll


The file "msvcr100.dll" is in the Java directory:

Its full path is "c:/program files/java/jdk1.8.0_31/bin


The file "jvm.dll" is in the Java directory:

Its full path is "c:/program files/java/jdk1.8.0_31/bin/jre/bin/server


Thank You

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 8 2015
Added on Sep 30 2015
25 comments
7,729 views