jvms icon indicating copy to clipboard operation
jvms copied to clipboard

JDK Version Manager (JVMS) for Windows

Results 15 jvms issues
Sort by recently updated
recently updated
newest added

You can see there this a whole list of renowned JDKs. This project should at least have Temurin. https://github.com/whichjdk/whichjdk.com Also, winget gives the list of all jdk to latest version,...

Can you add this in winget? Thanks! https://github.com/microsoft/winget-cli

just fixes doubleclick opening https://johann.loefflmann.net/en/software/jarfix/index.html

After installing a JDK version, I get the following error with switch and "java -version" do not found java: ![image](https://user-images.githubusercontent.com/13102096/167859594-b58361e4-d034-47c6-bf06-db9c8c6532f3.png)

It would be great to have the possibility to define your distribution list and storage of distributions as local path (own disk) references. In such case, you can have it...

怎么多个cmd窗口同时使用多个java版本 现在switch 直接改变全局java版本。能不能只更改当前cmd版本。

In the readme you talked a lot about how you bypass the nuc issue. but I cannot switch as normal user. ```powershell PS C:\Users\yang.lei> java --version java 11.0.8 2020-07-14 LTS...

i use `jvms init C:jdk` then `jvms install...` then `jvms switch` reports: > Switch jdk failed, please manually remove C:/jdk note i'm running ps as admin.

My workflow on Windows is that I have: ```txt ~ |__ .local/ | |__ bin/ | ... ``` `~/.local/bin/` is where I placed binaries for my terminal shell. It's in...