views:

124

answers:

2

I'm developing standard J2ME apps in NETbeans, but is there any specific IDE and emulator for Blackberry development? Any specific documentation about J2ME for Blackberry?

Thanks a lot in advance

+1  A: 

There is the API Reference for every Blackberry OS. Example 4.5 (just change the Version number to 4.7 or any other version).

But you can find a lot of resources at the Developer Site of Research in Motion. Personally I use the eclipse plugin as IDE.

Henrik P. Hessel
+1  A: 

A note of advise when developing for the blackberry: check with the bb API before before using any of the 'advanced' features of J2ME they are far from being all implemented.

ADB