I have a jad file with the following description
MIDlet-Jar-Size: 404071
MIDlet-Jar-URL: test.jar
MIDlet-Name: test
MIDlet-Vendor: Vendor
MIDlet-Version: 1.0.1
MicroEdition-Configuration: CLDC-1.1
MicroEdition-Profile: MIDP-2.0
MicroEdition-test: test
How to get MIDlet-Versionthrough the code?
I tried System.getProperty ("MIDlet-Version"), but it returns null.
source
share