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

后端 未结 17 732
温柔的废话
温柔的废话 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

    On your System Properties - Environment Variable, on Path, please check that any JRE path would be located first before the actual JDK path which might be present at the bottom.

    In my case, Oracle JRE path was mentioned first, then the JDK later. I just moved up the jdk path above the JRE one and it worked charm.

提交回复
热议问题