Search code examples
java-memanifestlwuitmanifest.mfmeta-inf

how to read manifest.mf in an j2me application


I'm developing a j2me application using Netbeans IDE and LWUIT library. I need to read some attributes of MANIFEST.MF that are included in jar file.
What all I found in net, either have conflict with j2me or are not working with Netbeans.
How to read these attributes at run time?


Solution

  • Use Display.getInstance().getProperty() to extract custom values from the jad.