Skip to content

Commit

Permalink
Merge pull request #2143 from kurup/master
Browse files Browse the repository at this point in the history
Fix for issue #2140
  • Loading branch information
shroffk authored Feb 21, 2022
2 parents 6ac9cfd + a9a97f1 commit 26f472f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions phoebus-product/phoebus.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
@REM otherwise assumes JDK is on the PATH

@cd %~P0
setlocal ENABLEDELAYEDEXPANSION

@IF EXIST "%~P0%..\jdk" (
set JAVA_HOME=%~P0%..\jdk
@path %JAVA_HOME%\bin
@ECHO Found JDK %JAVA_HOME%
@path !JAVA_HOME!\bin
@ECHO Found JDK !JAVA_HOME!
)

@if EXIST "update" (
Expand Down

0 comments on commit 26f472f

Please sign in to comment.