Issue details:
Sudden old java jdk version has been removed and new version jdk1.8.0_361 INSTALLED to my system. When I was trying to open the oracle jdeveloper 12c, its showing below error:
Unable to launch the java virtual machine located at path: C:\Program Files \Java\jdk1.8.0_361\jre\bin\msvcr100.dll
Solution:
Step1: setup the java jdk path
Search with system enviroment variables in windows 10
>> environmental variable
>> edit user variable JAVA_HOME with jdk bin path like C:\Program Files \Java\jdk1.8.0_361\bin
>> edit system variable path and add New as C:\Program Files \Java\jdk1.8.0_361\bin
>> ok >> ok >> ok
Step2: Copy the msvcr100.dll file
From:
C:\Windows\System32
To:
C:\Program Files \Java\jdk1.8.0_361\jre\bin
These above 2 steps will resolve the issue.
No comments:
Post a Comment