Total Pageviews

Saturday 12 December 2020

Unable to launch the Java Virtual Machine Located at path: ..\..\jdk\jre\bin\client\jvm.dll

 Below error will receive when attempting to install jDeveloper 10g for OAF on a Windows 10 desktop machine.

Error: Unable to launch the Java Virtual Machine Located at path: ..\..\jdk\jre\bin\client\jvm.dll

Solution: Please do the following setup to fix the above issue.

Run regedit (remember to run it as the administrator)  from your system

  • Expand HKEY_LOCAL_MACHINE 
  • Expand SOFTWARE 
  • Expand Microsoft 
  • Expand Windows 
  • Expand CurrentVersion 
  • Expand App Paths 
  • At App Paths, add a new KEY Name it: jdevW.exe Expand jdevW.exe 
  • Modify the (DEFAULT) value to the full pathway to the jdeveloper executable 
  • ex: "c:\jdev\jdevbin\jdev\bin\jdevW.exe" 
  • Create a new STRING VALUE called PATH and set it value to the jdeveloper pathway 
  • ex: "c:\Jdev\jdevbin\jdk\jre\bin" Save and close regedit

No comments:

Post a Comment