[quote]Well, personally, I don’t believe that web-start is really the way to go. When I investigated it, I was quite horrified to discover that one needs to digitally sign the jars for it to work.
[/quote]
I consider this to be a "Good Thing"™. If properly marketed it can give us some consumer confidence in the world of outlook virus distribution - where Microsoft has lost credibility - we can step in with SAFE downloadable games.
[quote]Thus we are stuck using a self-signed certificate, which I will point out leaves you with a dialog box that explicitly states:
“It is highly recommended not to install and run this code.”
Do you really want your users exposed to that?
[/quote]
Well no, of course not… but then you should only be using a self-signed certificate for testing. If you use the Thawte “web of trust” I think you can get a certificate that works though is not personalized. As others have stated - if you are realying intending to make money at this the cost of a certificate is not the show stopper. IT IS a problem for the casual hobby programmer (me) since I don’t expect to make much money on anything I do outside of my “real job”. At least I don’t want to count on making money from my hobby programming.
[quote]And while I might try also distributing a self-executable jar for the Linux/Mac users, I will certainly not be creating a web-start version.
[/quote]
Why not? You can do so for free and it provides the Linux/Mac users with a easy install/update/launch mechanism. Seems pointless to leave it out simply because it isn’t perfect.