windows.why-ini.vtl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javapackager Show documentation
Show all versions of javapackager Show documentation
Hybrid Maven/Gradle plugin to package Java applications as native Windows, Mac OS X or GNU/Linux executables and create installers for them
The newest version!
mainclass=$info.mainClass
#set($classpath = $info.jarFile.name)
#foreach ($cp in $info.classpaths)
#set($classpath = $classpath + ";" + $cp)
#end
classpath=${classpath}
#if ($info.bundleJre)
jvm_install=${info.jreDirectoryName}
allow_system_java=false
allow_java_location_lookup=false
check_main_class=false
#end
#if (!$info.bundleJre && $info.jreMinVersion)
min_java=${info.jreMinVersion}
#end
launch_options=${info.name}.l4j.ini