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
Write-Host"JEnv is changing your environment variables. This process could take longer but it happens only when a java executable is found in your path"
Write-Host JEnv wants to change your system environment vars. Therefore you need to restart it with administration rights. This should only once be required. If you dont want to, you have to call JEnv on every terminal opening to change your session vars
65
+
}
66
+
catch {
67
+
Write-Host fuck
68
+
}
69
+
70
+
$path=$userPath+";"+$systemPath
71
+
72
+
$Env:PATH=$path# Set for powershell users
73
+
Set-Content-path "jenv.path.tmp"-value $path# Create temp file so no restart of the active shell is required
0 commit comments