Hi,
I'm developing J2ME app, that can be launched via Content Handler. I'm able to register my midlet as content handler and installation goes fine. But when starting app "Conflicting applications" error is displayed, if I press show to see what apps are conflicting my own app is only listed.
I'm able to "launch" my midlet from another midlet via content handler registry. But it gives me same error.
If I drop out content handler registration from JAD-file my midlet installs and runs fine.
My JAD file is following:
Couldn't find much information about "Conflicting applications" error.Code:MIDlet-1: MyMidlet, , MyMidlet MIDlet-Jar-Size: 1930 MIDlet-Jar-URL: MyMidlet.jar MIDlet-Name: MyMidlet MIDlet-Permissions-Opt: javax.microedition.content.ContentHandler MIDlet-Vendor: MIDlet Suite Vendor MIDlet-Version: 1.0.0 MicroEdition-Configuration: CLDC-1.1 MicroEdition-Handler-1: MyMidlet, application/mymidlet, .mm, , MicroEdition-Handler-1-ID: com.example.mymidlet MicroEdition-Profile: MIDP-2.0
Any help on this?
I'm developing for S40 5th/6th edition
Thanks,
Jascco

Reply With Quote


