To install BlackBerry OTA, what type of content should be used for jad and cod files?
From http://www.oracle.com/technetwork/systems/index-139239.html
MIME types for .jad and .cod files, text / vnd.sun.j2me.app-descriptor and application / vnd.rim.cod, respectively.
Add the following to .htaccess when using apache to deploy OTA:
AddType text/vnd.sun.j2me.app-descriptor .jad AddType application/vnd.rim.cod .cod AddType application/java-archive .jar
Source: https://habr.com/ru/post/1772465/More articles:Mandatory field validator does not work - validationC # List of files in the archive - c #There are two iOS apps in one gaming center - iphoneHow to get an instance of SessionFactoryImplementor? - hibernatePerl: fetch lines 1 to n (Windows) - perlNSLayoutManager setAllowsNonContiguousLayout moves carriage - cocoaPHP + FTP deletes files in a folder - phpBlackberry OTA-загрузчик с использованием сервлетов - javagit using the merge command - gitimplementation of parser with shift reduction in java - javaAll Articles