Vanhelsing
Vanhelsing

Reputation: 61

can't install jar in mobile phone (CLDC and MIDP)

When I export a jar of my j2me code I can install it on an emulator but not on my mobile phone with the error :

Not Supported

But I can install others jar from net on my phone.

Upvotes: 2

Views: 1104

Answers (1)

mr_lou
mr_lou

Reputation: 1920

There are some phones that will only let you install MIDlets OTA. OTA = Over The Air Basically just means that you HAVE to put your JAR and JAD file online, and then install from an URL that points to the JAD file. When doing this, it is also important that MIME-types for JAD and JAR files are set correctly on the web-server.

Upvotes: 1

Related Questions