How does one determine the build date and/or time of a MIDlet at runtime?
As a comparative example, I determine the MIDlet version from the JAD file like this:
String jadVersion = getAppProperty("MIDlet-Version");
- Thanks, David
How does one determine the build date and/or time of a MIDlet at runtime?
As a comparative example, I determine the MIDlet version from the JAD file like this:
String jadVersion = getAppProperty("MIDlet-Version");
- Thanks, David
You could add a property in the JAD file when building the application and then use getAppProperty.