Skip to content

Commit

Permalink
Fixed mojohaus#64 - showConsoleWindow=false causes JavaFx window to s…
Browse files Browse the repository at this point in the history
…tart minimized
  • Loading branch information
Sean Idzenga committed Dec 9, 2020
1 parent fbea666 commit 8385c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public void createBinScript( String platformName, Daemon daemon, File outputDire
}
else
{
context.put( "JAVA_BINARY", "start /min javaw" );
context.put( "JAVA_BINARY", "start javaw" );
context.put( "UNIX_BACKGROUND", " &" );
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ for %%i in ("%~dp0..") do set "BASEDIR=%%~fi"
set REPO=
if exist "%BASEDIR%\bin\setup.bat" call "%BASEDIR%\bin\setup.bat"

if "%JAVACMD%"=="" set JAVACMD=start /min javaw
if "%JAVACMD%"=="" set JAVACMD=start javaw

if "%REPO%"=="" set REPO=%BASEDIR%\repo

Expand Down

0 comments on commit 8385c4e

Please sign in to comment.