Friday, April 4, 2014

Error: could not open "\OBI_INS\lib\amd64\jvm.cfg"

I was working on installation of weblogic server and I was extracting the weblogic jar setup using the command "java -D64 -jar wls_generic_1036.jar" but I got the following error

Error: could not open "\OBI_INS\lib\amd64\jvm.cfg"

Solution

  1. Check the JAVA_HOME and Path variable in environment variables i.e the value of these variables for java is changed to "c:\'program files\java" or "c:\java". So correct the path of jdk in these variables.
  2. The files java.exe, javaw.exe and javaws.exe are copied in the folder "c"\windows\system32", so remove all those files.
  3. Now just proceed everything is on the track.

No comments:

Post a Comment