cancel
Showing results for 
Search instead for 
Did you mean: 

j2me programming

Former Member
0 Kudos

hi all,

In my company we are using mobile pocket pc's i want prograaming on j2me which is helpful to control the mobile

i dont know how should start to use j2me give me complete tutorial from basic onwards.

doing remote operations using this pocket pc's

how to download softwares in that pc's.

Bharathi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Bharathi,

If you are looking for a startup on j2me, you need to have all the software in place.

you will need,

1. jsdk 1.4 or >

2. CLDC

3. MIDP

4. j2me Wireless Toolkit and all the classpaths set for development of the applications. IDEs for this are more helpful like NetBeans with NetBeans Mobility for CLDC.

you will find the beginning docs in java.sun.com. Let me know if you need it, so that I can share it with you.

Regards

Divya

EDIT:

these links will be very useful

http://developers.sun.com/techtopics/mobility/midp/articles/wtoolkit/

/people/tanveer.shaikh2/blog/2006/10/26/mobilizing-sap--the-j2me-way--episode-2

also a blog by Tanveer is good for a startup.

NetBeans IDE with Mobile pack will be very helpful.

award points if helpful.

cheers!

Message was edited by:

Divya Sarraju

Former Member
0 Kudos

Hi,

did you find this answer useful? If so, please award points.

Thanks,

Jonathan

Former Member
0 Kudos

Hi Bharathi,

WebDynPro is designed to be platform independant, so you should be able to develop applications for PocketPCs using that framework. You will need to be careful about screen real estate (control layout), but the UI elements are generally supported.

Note that there is a specific forum for mobile development (Netweaver General -> Mobile) and there are numerous articles available: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/feabace5-0601-0010-e48e-da7e7fc795a6">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/feabace5-0601-0010-e48e-da7e7fc795a6</a>,

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/62ada890-0201-0010-c48b-a7ba2a8ff988">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/62ada890-0201-0010-c48b-a7ba2a8ff988</a>,

<a href="https://media.sdn.sap.com/public/eclasses/teched04/MCA151_files/Default.htm#nopreload=1">https://media.sdn.sap.com/public/eclasses/teched04/MCA151_files/Default.htm#nopreload=1</a>

HTH,

Jonathan