-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install any Java version #830
Comments
for me jdk is installed but cannot use it on Windows 11
|
I have encountered the same problem, even if I restart PowerShell in Windows11 ❯ jabba ls
liberica@1.16.0
liberica@1.8.292-10
❯ jabba use liberica@1.16.0
❯ java --version
java: The term 'java' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running Windows 11, PS 5.1
Every time I use
jabba install <version>
it gives me this error:However, using
jabba ls
does list the newly installed java version.jabba current
returns nothing, thus I triedjabba use <version>
, but this gave the same error asjabba install
above:I already had Java openjdk 1.8.0_292 installed prior to installing jabba, but when using
jabba current
orjabba ls
this does not show up and instead returns nothing.I've tried running the PS window with administrator.
The text was updated successfully, but these errors were encountered: