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