Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does Java Web Start download an application after the first time the application is run?

0
Posted

Does Java Web Start download an application after the first time the application is run?

0

Java Web Start will always launch the application from the cache, if possible, and it will simultaneously perform a background check with the server for updates. If updates are available, then it will notify the user, and launch the updated version the next time. This approach ensures fast startup time in the common case where there is no update, and ensures that an application can be launched offline. For the 1.0 release, you can override this behavior by adding the line javaws.cfg.forceUpdate=true in a client’s javaws.cfg file. This will force Java Web Start to check for an update the first time. Unfortunately though, setting this flag will cause offline mode to not work properly. In a future release of Java Web Start, we expect to change the behavior of the update checking to immediately launch the newer version of the application, if an update is available, while still preserving offline launching.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123