我的机器上安装了 Java(JRE 位于 下C:\Program Files\Java
),但我无法从 Windows PowerShell 命令提示符运行任何 java 命令。
>>> java -version
java : The term 'java' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ java
+ ~~~~
+ CategoryInfo : ObjectNotFound: (java:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
但是,我注意到 Java 确实可以工作,而且我可以在旧的 Windows 命令提示符下运行 Java 命令。原来只有 PowerShell 无法运行这些命令。
我有 JRE 7,我在 Windows 8 上使用 Windows PowerShell。