Java command works but javac command doesn't

后端 未结 4 1610
借酒劲吻你
借酒劲吻你 2021-01-29 03:37

I just install jdk and jre version 8 In windows. Environment variable already set. I try run "java -version" in cmd and it shows the version of java installed. But whe

4条回答
  •  星月不相逢
    2021-01-29 04:19

    On a windows system also check the if the path variable includes you're java installation. Use

    set
    

    Perhaps you want also want to have look at Oracle Java help

    Regards Patrick

提交回复
热议问题