ystyle / jvms

JDK Version Manager (JVMS) for Windows
MIT License
551 stars 61 forks source link

Not working switch. #19

Closed TheTechOddBug closed 1 year ago

TheTechOddBug commented 2 years ago

After installing a JDK version, I get the following error with switch and "java -version" do not found java:

image

ystyle commented 2 years ago

checks:

  1. the cmd shell use administrator
  2. jvms ls can list OpenJDK8u-jdk_x64_windows_hotspot_8u332b09
erxson commented 2 years ago

Same issue, it creates dead symlink (jvms.exe in another folder) image

erxson commented 2 years ago

store folder is on desktop, not in program files

ystyle commented 2 years ago

@MaciejDobrowolski Use jvms ls to confirm the version is installed. If it is manually installed locally, the confirmed directory structure is as shown in the figure image

ps: Upgrading to 2.1.0 fixed the installation failure

erxson commented 2 years ago

Fixed. Thank you!!!