Skip to content

Commit e53e7d7

Browse files
rakillenddsharpe
authored andcommitted
Issue #477 - Added variable to avoid syntax error (#481)
1 parent 6778a86 commit e53e7d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

installer/src/main/bin/encryptModel.cmd

+2
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ FOR /F tokens^=2-5^ delims^=.-_^" %%j IN ('%JAVA_EXE% -fullversion 2^>^&1') DO (
112112
SET "JVM_VERSION_PART_TWO=%%k"
113113
)
114114

115+
SET MIN_JDK_VERSION=8
116+
115117
SET JVM_SUPPORTED=1
116118
IF %JVM_VERSION_PART_ONE% LEQ 1 (
117119
IF %JVM_VERSION_PART_TWO% LSS %MIN_JDK_VERSION% (

0 commit comments

Comments
 (0)