Can't install JDK 9 because “Another Java installation is in progress”

后端 未结 8 552
生来不讨喜
生来不讨喜 2021-02-02 14:05

I have been using JDK 9 on Windows 10 x64 for a while but when I went to install the latest early release (b174), I first uninstalled the previous version (as usual) and then ra

8条回答
  •  自闭症患者
    2021-02-02 15:01

    Try locating the lock file here:

    %USERPROFILE%\AppData\LocalLow\Oracle\Java
    

    Deleting it allowed my Java 10 installation to start.

提交回复
热议问题