hi there,
in my app's about box, i want to display the midlet's vendor name, version, etc as defined in the jad attributes. In netbeans, these are defined in the project properties. Now, can I read them through the pre-processor in my code, like:
String version = "";
//#= version = ${MIDlet-Version};
System.out.println ("version: " + version);
This is not working, so there must be some other syntax for this. I am looking for what that is. Thanks.

Reply With Quote


