how to read manifest.mf in an j2me application

719 views Asked by At

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?

1

There are 1 answers

2
Shai Almog On BEST ANSWER

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