I'm starting to experiment around with Java Web Start since applets have some limitations. I'm using Net Beans and it's working fine except that I get this pop-up when I run it:
The application's digital signature cannot be verified. Do you want to run the application?
It would be nice to have that not pop up. I just click "Run" since I know it's mine, but other people may not be willing to run it if they don't know me.
What do I need to do to have that not pop up? And what is the risk in running "untrusted" applications through Web Start. Everything is running in a sandbox, right, so the program can't damage anything even if it wants to, so does it really matter if the person running the program knows me or if I've been "verified"? Or am I naive or misinformed on this? Thanks.