How to change settings for SQL Developer to correctly recognize current version of SDK

后端 未结 12 2142
天命终不由人
天命终不由人 2020-12-11 14:54

I\'ve installed Oracle 11g r2 to my machine and when I opened Oracle SQL Developer it says: java 1.6.0_02 is not supported and telling me to install new java ve

12条回答
  •  感情败类
    2020-12-11 15:34

    This workaround helped many people (including me) during the last 12 months, so you must try it if you still have the problem:

    • Go to sqldeveloper\jdk\jre\bin folder and locate "msvcr100.dll"
    • Copy this dll to C:\Windows\System32 folder

    Obs: you will need to provide administrator authorization to finish the file copy, so you must be logged on as a true windows administrator.

    After copying the file, just try to start the sqldeveloper again. No reboot needed.

    Hope this helps you too!

提交回复
热议问题