09-16-2011 05:05 AM
Hello,
I'm using the JDE eclipse plugin.
I saw that the deliverables folder contains the application files.
If I would use an OTA installation, which files and which folder structure should I use to allow the installation?
Thank you
Solved! Go to Solution.
09-19-2011 02:26 PM
It depends on what OTA option you are using.
To install via the browser, you need to deploy the JAD file and COD files to your web server. Be sure to configure the required mime types on the server.
The required MIME types for a web server to serve BlackBerry smartphone applications
To install OTA via BlackBerry Enterprise Server application push, you deploy the ALX and COD files.
You can see an overview of all deployment methods here:
How to Deploy and Distribute Applications
09-20-2011 05:12 AM
Hello Mark,
I followed the steps you posted for installation via the browser.
Everything worked fine.
Thank you