2

Im having this error when i try to launch sqldeveloper : " unable to launch the java virtual machine locate at path: ERROR: ca,t find msvcr100.dll or msvcp140.dll "

java home is configured (i'm using JDK 11.0.9)

enter image description here

HHH
  • 21
  • 1
  • 2
    Find a copy of that dll file and put it in your jdk/bin folder – thatjeffsmith Feb 06 '21 at 00:57
  • That's right copy msvcr100.dll and msvcp140.dll from previous JDK and it should help: https://community.oracle.com/tech/developers/discussion/4339484/unable-to-launch-the-java-virtual-machine-msvcr100-dll-with-jdk-1-8u261 – SmilingMouse Feb 06 '21 at 01:02

1 Answers1

0

The easiest way is to download latest version :

https://www.oracle.com/database/sqldeveloper/technologies/download/

AGI
  • 1
  • 1