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
The launcher detects mingw64 as a valid java installation and displays it as Java 64.
mingw is in the following path: C:\Users\User\AppData\Local\Programs\mingw64
The text was updated successfully, but these errors were encountered:
I just downloaded mingw, unzipped it and put it into the PATH system variable.
After looking at the code it seems like the code is not checking if the java executable actually exists. I was able to add another version which does not exist by creating a java128/bin folder and adding it to the PATH variable. The bin folder was completely empty.
The launcher detects mingw64 as a valid java installation and displays it as Java 64.
mingw is in the following path:
C:\Users\User\AppData\Local\Programs\mingw64
The text was updated successfully, but these errors were encountered: