6/18/09

Lập trình cho Black Berry

Default Quote:
Originally Posted by BBSync View Post
Hi
Actually I am a newbie into Blackberry programming...I just want to know how to start programming for this!!!

And also can anyone please tell me how to open an example given in the SDK in JDE.Actually when I open it I dont get to see the .jdw file for the project...
I get to see all the .java files....

So I am not getting how to open......


Can anyone please help!!!


Regards
Amey
ADI
Hi,

You have 2 options. use BlackBerry JDK or NetBeans or Eclipse for building Midlets.

Here is my recipe for Midlets:

-You have to install NetBeans Mobility Pack.
-Then install BlackBerry JDK, then configure NetBeans to point to the BBJDK Simulator
-Then build your App (.jad and .jar)
-Create a Project in the BBJDK (change project property instead of CLDC to Midlet)
-Compile to generate the .cod file (also .alx for the BB Desktop Loader)
-Load the .cod with javaloader -usb load yourapp.cod (javaloader is in bin directory of the BBKD)

For BB Native Java

-Use BBJDK, self explained in the BB Developer Sites

I hope to give you a general map.

Regards!

No comments: