Javac and java pointing to different environments

前端 未结 5 2119
名媛妹妹
名媛妹妹 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 03:09

    In all likelyhood, you have installed a JDK 7 and a JRE 6 and in your PATH environment variable the JRE bin path is before your JDK bin path

提交回复
热议问题