diff --git a/scripts/run_windows.bat b/scripts/run_windows.bat index 585b315..ba91702 100644 --- a/scripts/run_windows.bat +++ b/scripts/run_windows.bat @@ -60,10 +60,12 @@ git checkout %REF% GOTO :BUILD :ARMJVM +dir C:\arm64jdk FOR %%F IN (C:\arm64jdk\*) DO ( set JDK=%%F goto cont ) :cont set "PATH=C:/arm64jdk/%JDK%;%PATH%" +echo %PATH% GOTO :CONTBUILD