Javac and java pointing to different environments

前端 未结 5 2055
名媛妹妹
名媛妹妹 2021-02-08 02:15

Please Help, I am trying to run a compiled java class and getting errors but when I try to check my java environments it points different ways as seen below

c:\\         


        
5条回答
  •  遥遥无期
    2021-02-08 02:55

    Look at your path - I suspect c:\Windows\System32 is ahead of the JDK7 directory... and I suspect that's Java 6 for whatever reason.

提交回复
热议问题