java me - Adding MIDlet-attributes to JAD file -


I am using J2ME Polish to create an application for the Nokia S40 phone. When I finished packing the app, I came to know that the manifest features: "Micro Adrian-Configuration" and "Micro Edition-Profile" which is available in the manifest file, is not present in the JAD file i.e.

  Micro-edification-configuration: CLDC-1.1 microAditation-Profile: MIDP-2.0   

I am using Netbeen to build my project Do not know what the problem is, with any help? Just open your build-impl.xml in your nbproject folder and add it to the heavy section:

/ P >

  attribute name = "micro adrian-configuration" value = "CLDC-1.1" /> Attribute name = "micro addition-profile" value = "MIDP-2.0" />   

Of course change them accordingly.

Comments