|
The consoleless version of the Wrapper, wrapperW.exe,
will by default show a splash screen on startup.
This splash screen can be customized with an image representing
the product that the Wrapper is being used with.
Having the Wrapper display a splash screen rather than doing so from within Java
has the benefit of making the applications startup seem very responsive
because the splash screen will be displayed before the JVM is launched
and can remain visible as the Java application's classes are loaded and initialized.
The way the splash screen behaves can be controled with the
wrapper.splashscreen.mode
property.
This argument is illegal for the wrapper.exe binary because it does not
display a splash screen.
| Example: |
wrapperw.exe --target myapp.exe --splash mysplash.bmp
|
Currently only bitmap (*.bmp) files are supported.
There are no size or bit-depth restrictions set.
Default Java Service Wrapper Professional Edition splash screen.
Default Java Service Wrapper Standard Edition splash screen.
Example custom splash screen.
|