How to retrieve Midlet attribute value from jad
The following code helps to retrieve an attribute value from the jad entry buy using
Quote:
|
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.