1

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?

gnat
  • 6,213
  • 108
  • 53
  • 73
aida
  • 153
  • 1
  • 9
  • 2
    You have a bunch of questions that have been answered and has obviously helped you, but you have not [accepted them](http://u.sbhat.me/t6SXUH). Please do else people may be not be inclined to help you – Sathyajith Bhat Jan 15 '12 at 17:21

1 Answers1

1

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

Lucifer
  • 29,392
  • 25
  • 90
  • 143
Shai Almog
  • 51,749
  • 5
  • 35
  • 65