Our game is complete, and we would like to start selling it. Right now, we have a “demo” and “deluxe” version that are completely separate because that’s what some game portals want. However, other game portals want to have “unlock codes”. Unlock codes would be easier for on our own website because then we would need only provide the buyer with a code instead of a separate download.
Having a link to a “buy” page isn’t a problem, but I would like for people to be able to press a button on the game menu to minimize the game and open the default web browser pointed to the buy page. I know of the System.exec methods (though I’ve never used them with complete success), but how would I use them to open up the default web browser and go to a specific url?

