A MIDlet can access all the attributes defined inside both the
manifest file (which is part of a JAR) and those inside the JAD
file. The complete package name to the method that will return
information about the properties is
javax.microedition.midlet.MIDlet.getAppProperty(String name)



