Skip to content

Commit 7a09000

Browse files
committed
Retake with \bin suffix
1 parent 5311440 commit 7a09000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/InstallJdk.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Write-Host "Done installing JDK to $env:JAVA_HOME"
2828

2929
if(-not $env:Path.Contains($env:JAVA_HOME)){
3030
Write-Host "Update PATH to include JAVA";
31-
$path = "$env:JAVA_HOME;$env:Path";
31+
$path = "$env:JAVA_HOME\bin;$env:Path";
3232
[System.Environment]::SetEnvironmentVariable("PATH", $path, "User");
3333
}
3434

0 commit comments

Comments
 (0)