Friday 20 August 2010

Broken Applications

So I've written my own fair share of bugs into software in the past but I hate it when I come up against bugs in software that I have absolutely no control over. Unfortunately these bugs might bite you as well as me.

I've released a number of bits of software through this blog that use Java Web Start to make it easier for you to download and install them. Unfortunately there appears to be a number of bugs which result in the installed shortcuts breaking and even causing the launch link on the web page to not work if you have previously run the application.

Well I upgraded PhotoGrid yesterday and everything broke. I'm assuming it may have broken for everyone else as well. It took me a while to figure out what went wrong and how to fix it so I thought I'd write it up here in case I've broken it for everyone else.

We can fix the problems using the Web Start cache viewer, which you can load by issuing the command javaws -viewer (on Windows you can enter this command into the Run... dialog box accessed from the Start Menu), and which should look like...


Now select the application that won't start and click the red cross button to uninstall it. Even though it will now have been uninstalled Web Start still remembers some details which can be a problem. So in the drop down box at the top left switch to viewing Deleted Applications. A similar list will appear and go through the same steps (select and the red cross) to fully delete the application. You should now be able to re-install without any problems.

The problem only seems to arise when I have to edit the JNLP file that is used to launch the applications. Updating the actual code works flawlessly. On the plus side it is quite rare for me to need to edit the JNLP files and so I'm hopeful that once the applications are working again they should continue to work for the foreseeable future.

Apologies for any inconvenience and I hope it doesn't put you off using the bits of software I write.
18 September 2010 at 19:47 , Graham Edwards said...

I'm just catching up with blogs having been away and otherwise occupied for quite a while. I haven't used Photogrid for a little while because I've now converted to AppleMac but I've still got my Windows machines and would revert to Photogrid when I needed it - I'm not yet sufficiently familiar with all the available programmes for the Mac.

18 September 2010 at 22:17 , Mark said...

Hi GB, hope you like your new Mac. In fact PhotoGrid should work just fine on the Mac and I'd be interested to know if you can use it without any problems.

18 September 2010 at 23:32 , Graham Edwards said...

Yes. Mark, I'm over the moon with the Mac. It never occurred to me that I'd still be able to use Photogrid. I'll give it a try when I get back to Lewis in a week or so.

18 September 2010 at 23:39 , Graham Edwards said...

Done it. Used it. Seems absolutely fine. Ta.

19 September 2010 at 08:04 , Mark said...

Brilliant! That's the advantage of developing software in Java. The marketing blurb always pushes that fact that Java is a "Write Once, Run Anywhere". I know it holds true for the software I develop at work as it get's regularly tested on a Mac but I think you are probably the first to test any of my applications on a Mac, thanks!

Post a Comment