Skip to content

Commit 1633cf8

Browse files
committed
Update why-ini.vtl
1 parent 50e5636 commit 1633cf8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/resources/windows/why-ini.vtl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ mainclass=$info.mainClass
55
#end
66
classpath=${classpath}
77
#if ($info.bundleJre)
8-
jvm_path=${info.jreDirectoryName}
8+
jvm_install=${info.jreDirectoryName}
9+
allow_system_java=false
10+
allow_java_location_lookup=false
11+
check_main_class=false
912
#end
1013
#if (!$info.bundleJre && $info.jreMinVersion)
1114
min_java=${info.jreMinVersion}

0 commit comments

Comments
 (0)