You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, The following error occurs when I run /src/jenv.ps1 in a new operating system without any java environment:
PS C:\Program Files My\jenv\src> .\jenv.ps1
Get-Command : 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 C:\Program Files My\jenv\src\jenv.ps1:68 char:15
+ $javaPaths = (Get-Command java -All).source
The text was updated successfully, but these errors were encountered:
Hi, The following error occurs when I run
/src/jenv.ps1
in a new operating system without any java environment:The text was updated successfully, but these errors were encountered: