Java – Advice about J2ME for Blackberry available IDEs and documentation

blackberryemulationidejava-me

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

Best Answer

I developed a standard J2ME application in netbeans with about 10 UI screens and using webservices. I was quiet satisfied with the results. I then spent about a week trying to "port" this application to a blackberry. (Trying your approach of getting blackberry api working on Netbeans and trying native J2ME on the blackberry SDK)

I then only managed to get successful results by starting a fresh Blackberry application using the standard blackberry Eclipse IDE. Although I have two separate applications in different platforms I am happy with this two IDE approach.