Windows ignores JAVA_HOME: how to set JDK as default?

前端 未结 14 2904
感动是毒
感动是毒 2020-11-27 11:30

How do I persuade Windows to use the JDK instead of a JRE?

This question has been asked before, here and elsewhere:

How do I set the default Java installatio

14条回答
  •  无人及你
    2020-11-27 12:14

    This issue is probably because of the earlier versions of Java installed in your System. First check your Environment Variables Carefully and remove all the Environment Variables related to the previous versions of JAVA and replace those paths to

    C:\Program Files\Java\\bin
    

提交回复
热议问题