I uploaded my blackberry application's delivarables to a server. I want my users to install the application from an url. Before uploading to remote server i made tests on localhost. No problem. But when i try to download .jad file from server it displays the file content, doesn't intall the application.
Displayed text:
Manifest-Version: 1.0
RIM-COD-Module-Name: .....
I thought it was about mime types so added these lines to .htaccess file in the folder with application files:
Options -Indexes
AddType text/vnd.sun.j2me.app-descriptor .jad
AddType application/vnd.rim.cod .cod
AddType application/java-archive .jar
That didn't solve either. I don't know what else to do.
.cod, .jad, .jar .. files all uploaded.