wrapper.jarfile |
||||||
Sets the path to the wrapper.
In most cases, the value can be left to '../lib/wrapper.jar', as set in wrapper. When this property is set, depending on whether Java Modules are used or not, the Wrapper will automatically choose to include the wrapper.jar to the classpath (--class-path) or to the upgrade module path (--upgrade-module-path) in the Java Command Line. In addition, a special token 'EMBEDDED' can be used to specify that the jar file is included in a custom runtime image. In that case, the Wrapper will not append the path to wrapper.jar in the command line. NOTA
Prior to version 3.5.55, the wrapper. As of version 3.5.55, using wrapper.jarfile is preferred because it allows you to preserve the classpath and module path sets of properties with only the locations of your application's JARs. Moreover, it allows a single configuration regardless of whether the application is launched with modules or not. |