I'm working on an application in Java for a client, and I'm having some doubts about how to distribute it. I have read about Java Web Start, and have some questions:
- Should it be valid for updating my app if I install it and launch from the start menu?
- Could I run my java application offline?
Do you know another alternative rather than WebStart for deploy and update?
Thanks in advance.
PS: Sorry if is a duplicate post, I've been digging in SO for a couple of days and I haven't found an answer yet.