1

I develope application for BlackBerry, I use JDE 7.1.0 and NetBeans 6.9
How to set Icon for BlackBerry Application in JDE NetBeans ?

Nate
  • 31,017
  • 13
  • 83
  • 207
Muhammad Cahya
  • 288
  • 4
  • 13

2 Answers2

1

Go to BlackBerry_App_Descriptor.xml and there in the Application icons tab put your icon. Done.

Atif Imran
  • 1,899
  • 2
  • 18
  • 33
1

If you use only Netbeans, consider use of BlackBerry Ant Tools

There's ant task rapc

and it has a nested element jdp, and jdp has icon property.

Check the link I provided above. There is full documentation for BB Ant Tools.

If you use Netbans + JDE, then set icon in JDE, just add a picture to your project and specify it as app icon in application descriptor file.