Hello experts,
We are running our application in all most all types of environments. In windows 2008 r2 environment, jre1.6 (32 bit ) is installed, here my application is not running because JVM is not loaded. Here is error message
couldn't load configured JVM (C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll)
After my debug what I found is
msvcr71.dll is not present in *%windir%/sysWOW64*. At least if I copy
msvcr71.dll to system folder (*%windir%/sysWOW64*) our application is working. But the same dll is in JAVA_HOME/bin. Here are my question
Why jvm.dll is not referring to one in bin folder? (if it is not possible )?
Why java_installer.exe is not pushing (or keeping ) dll in the %windir%/sysWOW61?
I know if I add JAVA_HOM/bin to path variable it works.
Thanks in advance.
Regards,
Seeta Ramayya Vadali
Edited by: 820864 on Jan 17, 2013 9:11 AM