All Downloads are FREE. Search and download functionalities are using the official Maven repository.

windows.why-ini.vtl Maven / Gradle / Ivy

Go to download

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy