We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e5636 commit 1633cf8Copy full SHA for 1633cf8
src/main/resources/windows/why-ini.vtl
@@ -5,7 +5,10 @@ mainclass=$info.mainClass
5
#end
6
classpath=${classpath}
7
#if ($info.bundleJre)
8
-jvm_path=${info.jreDirectoryName}
+jvm_install=${info.jreDirectoryName}
9
+allow_system_java=false
10
+allow_java_location_lookup=false
11
+check_main_class=false
12
13
#if (!$info.bundleJre && $info.jreMinVersion)
14
min_java=${info.jreMinVersion}
0 commit comments