“The system cannot find the file C:\ProgramData\Oracle\Java\javapath\java.exe”

后端 未结 19 1177
温柔的废话
温柔的废话 2020-12-02 22:39

I am on JDK 8u25 on Windows 8, and I am experiencing a problem with my Java installation. I can run javac perfectly fine, but running java produc

19条回答
  •  伪装坚强ぢ
    2020-12-02 23:06

    There must be two or more PATH variables. Try merging all of them into one using semi-colon (;)

提交回复
热议问题