J2ME modifying midlet AppProperty

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NitinSawant
    Contributor
    • Oct 2007
    • 271

    J2ME modifying midlet AppProperty

    Hello,
    I'm working with Netbeans Mobility Pack (Sun java wireless toolkit 2.5),
    I've created small midlet,
    I'm adding "MYID" custom property(Attrib ute) to the midlet,
    I know how to retrieve the property,

    Code:
    midlet.getAppProperty("MYID");
    but i don't know how to change the custom App Property as there is no setAppProperty( ) method,

    pls help me about the issue,


    regards,
    Nitin Sawant
Working...