View Single Post
  #54 (permalink)  
Old 09-06-2007, 11:18 PM
jeyaprakash.c jeyaprakash.c is offline
D-Web Analyst
 
Join Date: May 2007
Posts: 228
jeyaprakash.c is on a distinguished road
Arrow Re: J2ME Tips & Tricks

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.
__________________
thanx n regards
jeyaprakash.c
Reply With Quote