Cannot use Java 7 installation if Java 8 is installed

后端 未结 6 1182
野的像风
野的像风 2021-02-09 23:27

I normally still use Java 7 for all my coding projects (it\'s a company \"politics\" issue), but I installed Java 8 for one third-party project I am contributing to. Now, it see

6条回答
  •  深忆病人
    2021-02-09 23:59

    When you install jdk8 it adds an entry like this

    C:\ProgramData\Oracle\Java\javapath

    to beginning of your PATH environment variable, removing this entry should resolve your problem.

提交回复
热议问题