I want to take advantage of the java web start, but I don’t want our client to look at the loading screen of the java site, it seems ugly ... and also the client may not install jre, and jre-install can be fussy about them ..so I want to pack our application and jre into the installation file using installanywhere. when the user launches our program, I want to call the web launch API to do the work as a comparison with the version, and offer the loading screen myself. So, can I make a web page launch in my program? And How? Regards LJW
source
share