Skip to content

Commit

Permalink
close torakiki#357: batch file to fix WindowsNativeRunloopThread
Browse files Browse the repository at this point in the history
  • Loading branch information
torakiki committed Sep 13, 2019
1 parent 5f84077 commit db365ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdfsam-basic/src/assembly/resources/bin/pdfsam.bat
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ for %%i in ("%~dp0..") do set "BASEDIR=%%~fi"

:repoSetup
set "RUNTIME=%BASEDIR%\runtime"
set "PATH=%RUNTIME%;%BASEDIR%"

if exist "%PDFSAM_JAVA_PATH%" (
set "JAVACMD=%PDFSAM_JAVA_PATH%\bin\java"
Expand Down

0 comments on commit db365ad

Please sign in to comment.