How do I turn a java program into a download
I am successfully making and thoroughly debugged various java programs using Jbuilder 2005 and I am hoping to turn this into a business by selling my compiled programs over the net as downloads. But what I donât know is what I must do to a compiled java program so that it is made into an executable form of a download that can be sent over the net.
A client must be able to download my application from the net (from a website I have yet to set up) to their desktop and then when they double click the icon for it on their desktop, just like when you double click any other icon on your desktop, this simply automatically causes the application to open and run. But I have no idea of how the desktop âknowsâ what program it must run when an icon is double-clicked. Obviously I donât want a client to have to open any IDE like Jbuilder to run it nor do I want the client to have to run it by explicitly using any command prompt.
Arenât many applications sold over the internet as downloads written in java byte-code? If so, surely it must be possible for me to make such a download, isnât it? If any one give me a few pointers (or even websites) on how to do this I would be most grateful.
AndrewH:)
|