Categories: Java | Java ME | How To | Code Examples | Base/System
This page was last modified 09:36, 28 November 2007.
How to retrieve Midlet attribute value from jad
From Forum Nokia Wiki
The following code helps to retrieve an attribute value from the jad entry buy using
MIDlet.getAppProperty("MIDlet-Vendor")
In this case it will return the value of MIDlet-Vendor from the jad file.
In addition to the required attributes, you can also store your own settings in the JAD file (like the server to connect to), and access them with getAppProperty method call. Note that you can change the contents of the jad file even after signing.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| JSR 75 problem with signed midlet | sunjian | Mobile Java General | 5 | 2005-10-18 23:05 |
| Error "Invalid Jar File" on E61 | Pravin_Bagade | Mobile Java General | 8 | 2007-10-05 11:08 |
| Why I cannot download midlet over 350k ? | eddycurrent | Mobile Java Tools & SDKs | 5 | 2003-12-06 09:49 |
| Tutorial and Pb with execution on a N71 | guilhem | Mobile Java General | 6 | 2007-03-08 01:02 |
| How to Retrieve MIDlet UID | itsmemrm | General Symbian C++ | 1 | 2007-12-06 13:12 |
