So I have an application that is web start enabled that uses an extension for pulling down about 250MiB of data that is zipped up in a jar file (this is the compressed file size). The first time I launch JWS, I get a loading screen via JWS (pulling down the jars). This is acceptable behaviour.
However, the 2nd attempt at starting JWS, nothing happens for 20 seconds. Then the application starts. I am thinking that JWS is doing some check summing on the 250MiB jar file on the local verse the server but I’m not sure.
Does anyone know how to get my application to start right when JWS does? 20 seconds leaves the user feeling like nothing happened.
Thanks