java -version and javac -version showing different versions

后端 未结 9 1845
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-03 01:29

I have java 7 and java 8 both installed on my windows system under C:\\Program Files\\Java

In the environment\'s path I specif

9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-03 01:51

    Please check that you have replaced "C:\ProgramData\Oracle\Java\javapath;" with %JAVA_HOME%/bin in the PATH variable. This did the trick for me.

提交回复
热议问题