(no subject)
Apr. 13th, 2006 03:02 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
My continued failure to figure out how to deploy a Java application on Windows is holding up the entire volity.net website rollout, and thus delaying our search for money. I have been consistently enraged for about a day now. I have not been this angry at a computing platform for being an uncaring behemoth since the time I was forced to work with Oracle at Harvard.
I have found programs that will take my Jar and make an .exe out of it, and even some that make an .msi installer file out of it. This is a good start, but in every case the resulting program, if opened on a machine without Java installed, will not do the sane thing of silently downloading and installing Java, but instead tell the user that they don't have any Java and leaving them to do something about it.
And this is retarded. Most any non-technical user presented with a dialog nattering about unmet dependencies or (worse) thrown to an apparently random webpage at sun.com is going to include that the program is broken or virused or something, and will trash it without further thought.
Do Windows developers not know this? Do they just not care? Does working with an OS that is already user-hating in a thousand little ways desensitize you against not wanting to produce one more way?
SO ANGRY
I have found programs that will take my Jar and make an .exe out of it, and even some that make an .msi installer file out of it. This is a good start, but in every case the resulting program, if opened on a machine without Java installed, will not do the sane thing of silently downloading and installing Java, but instead tell the user that they don't have any Java and leaving them to do something about it.
And this is retarded. Most any non-technical user presented with a dialog nattering about unmet dependencies or (worse) thrown to an apparently random webpage at sun.com is going to include that the program is broken or virused or something, and will trash it without further thought.
Do Windows developers not know this? Do they just not care? Does working with an OS that is already user-hating in a thousand little ways desensitize you against not wanting to produce one more way?
SO ANGRY
no subject
Date: 2006-04-13 07:19 pm (UTC)no subject
Date: 2006-04-13 07:35 pm (UTC)no subject
Date: 2006-04-13 08:41 pm (UTC)no subject
Date: 2006-04-14 02:47 am (UTC)For what it's worth, when I ran into this problem with a Windows desktop program my solution was to ship the whole Java runtime with the program, every time.
More than 2/3 of our support calls were from people with bad/old/stupid Java installs. The only way I could see around it was to install our own Java in a fine and private place that our app would use. It bloated the install by another 20 meg, but it dropped support calls to almost nothing.
I dunno if that helps your problem at all, but seriously: the world is broken in more ways than you can possibly imagine, and there is no way around it but to brute force the solution. It's amazingly ugly, but one thing my years as a pure scientist taught me is that if you give the universe any choice at all it will always to the maximally perverse thing. The only solution is to leave nothing to chance, and force the universe to conform to you will. Arbitrarily high levels of (metaphorical) violence are permitted in the course of this operation.
no subject
Date: 2006-04-14 05:25 pm (UTC)Originally we distributed the first releases of Gamut with a bundled JRE, but got complaints from Windows users offended that their download was three times the size of the other platforms'.
no subject
Date: 2006-04-15 06:08 pm (UTC)It was hard media at the time, but I did sell the software later through my own company as download-only. It was about 60 M without the JRE, so it was only half-again as big with the JRE as without.
Some users complained, but here's an important truth: users ALWAYS find something to complain about, and part of your job it to make user complaints as trivial as possible. I would rather have users complain about bloat than about the app falling over 'cause of their lame/broken/stupid JRE install. It's a difficult line to walk, but the turth is users don't always know what's best for them, and if you give a short, rational explanation they will usually be grudingly accepting of it.
no subject
Date: 2006-04-14 01:07 pm (UTC)http://daringfireball.net/2006/01/smart_crash_reports
no subject
Date: 2006-04-14 05:21 pm (UTC)