Skip to content

Commit

Permalink
Fixed headless wrapper again
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGrjs authored and LucasGrjs committed May 8, 2022
1 parent 071a2fd commit 3023f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion travis/jdk/win/gama-headless.bat
Expand Up @@ -49,7 +49,7 @@ set "result=..\plugins\%result%"
echo %result%
echo %JAVA_HOME%

if exist ..\headless\ (
if exist ..\jdk\ (
echo "JDK"
call ..\jdk\bin\java -cp !result! -Xms512m -Xmx%memory% -Djava.awt.headless=true org.eclipse.core.launcher.Main -application msi.gama.headless.id4 -data "%workDir%" !param!
) else (
Expand Down
Expand Up @@ -49,7 +49,7 @@ set "result=..\plugins\%result%"
echo %result%
echo %JAVA_HOME%

if exist ..\headless\ (
if exist ..\jdk\ (
echo "JDK"
call ..\jdk\bin\java -cp !result! -Xms512m -Xmx%memory% -Djava.awt.headless=true org.eclipse.core.launcher.Main -application msi.gama.headless.id4 -data "%workDir%" !param!
) else (
Expand Down

0 comments on commit 3023f3e

Please sign in to comment.