Showing posts with label “unable to launch the java virtual machine located at path msvcr71.dll”. Show all posts
Showing posts with label “unable to launch the java virtual machine located at path msvcr71.dll”. Show all posts

Friday, August 23, 2013

JDev : “unable to launch the java virtual machine located at path msvcr71.dll”



Error: 


unable to launch the java virtual machine located at path msvcr71.dll


Replication Of Issue: 


Go to path JDEV_Home ->jdev -> bin and try to open any 64 bit Jdeveloper


Screen Shots:



Reason: 


While Installing Jdeveloper, It install JDK (e.g. jdk160_24) inside Oracle1 -> Middleware and JDeveloper referes to this path as JavaHome. But if the Jdeveloper needs Higher version of JDK than the installed one (e.g JDev 11.1.1.6.0 needs jdk160_27 or above) then this error occurs.


Resolution:

1. Install JDK version compatible for the installed version
2. Go to JDEV_HOME\jdev\bin\jdev.conf and changed the set javahome as
 "SetJavaHome C:\Program Files\Java\<The New JDK Installed>




Cheers,

LetsLearnOracleSoa Team