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

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

\"Error

It\'s showing -

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


        
17条回答
  •  我在风中等你
    2021-01-31 08:55

    The issue is due to the java is pointing to JRE instead of JDK

    Execute the java from the JDK folder like below:

    c:\Program Files\Java\jdk1.8.0_60\bin\java.exe” -jar “.jar”
    

提交回复
热议问题