Why is itshowing your JDK 'C:\Program Files\Java\jre7' is not a valid JDK while installing WebLogic server?

后端 未结 17 714
温柔的废话
温柔的废话 2021-01-31 08:24

\"Error

It\'s showing -

This installer must be executed using a Java Development Kit (JDK)
         


        
17条回答
  •  自闭症患者
    2021-01-31 09:13

    You must provide the correct path to your JDK (not the JRE) in the system variable JDK_HOME.

    You could also change the JAVA_HOME variable to point at your installed JDK.

    Your PATH system variable should also use the correct path to the JDK, and it would be useful if you could provide the result of the command: java -version.

    Have a look also here: https://docs.oracle.com/cd/E24329_01/doc.1211/e24492/console.htm#WLSIG128

提交回复
热议问题