Tuesday, June 11, 2013

How to fix the msvcr100.dll error when installing SQL Developer

The latest version of SQL Developer supports jdk version upto 1.6.

So,if you have jdk version 1.7 and not in mood to again download jdk 1.6 and still want to make SQL Developer work,follow these simple steps:

1.Install jdk 1.7.

2.Go to C:\Program Files\Java\jdk1.7.0_10\bin and then search msvcr100.dll file.

3.Then,just copy that file and paste into sqldeveloper\sqldeveloper\bin folder.

4.Click sqldeveloper.exe.Give the path of executable java file(navigate to jdk1.7.0_10\bin-automatically show the executable file) and you are done.

Let me know if this trick work for you.

This worked for me like a charm.