I have a simple "hello world" blackberry application. I want to put my compiled files (.jad,.jar or .cod) to my web server and let my application to be downloaded by my blackberry users.
I have tried to use .jad files for downloading. However when I click the button, the blackberry device displays the content of the .jad file line by line and nothing happens.
In short, I want to put a link on my page and when a user click it, my app will be downloaded his/her device.
How can I do that ? Thanks