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
# Ask user if java.exe should be added to the list
49
+
foreach ($javain$javaExecutables) {
50
+
$version=Get-JavaVersion$java
51
+
switch (Open-Prompt"JEnv autoscan" ("Found java.exe at {0}. Default name is: '{1}'. Do you want to add it to the list?"-f$java,$version) "Yes","No","Rename" ("This will add {0} with alias '{1}' to JEnv"-f$java,$version), ("Skip {0}"-f$java),"Change the default name"1) {
0 commit comments