A few questions about J2ME and deployment

Hi all,

I am new to J2ME. Now I want to develop an application for my own handheld pc which only work locally except need to synchronize a file on my desktop PC by usb (then wireless if possible).

Please suggest which toolkit of J2ME I need to download and work on.

- Do I need a special development tool and compile for J2ME?

- Can I deploy my application as .exe? How?

- If my handheld PC do not has VM, can I deploy my appliaction together with VM? How?

Thanks inadvance.

[518 byte] By [Silent_Bossa] at [2007-10-3 12:01:32]
# 1

> Please suggest which toolkit of J2ME I need to download and work on.

There are a number of J2ME resources linked from this page:

http://developers.sun.com/techtopics/mobility/learning/tutorial/

(Including what and how to install here:

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

You don't mention how comfortable you are with standard Java. In any case

you should have the JDK (the current version is 5.0 Update 10 from here:

http://java.sun.com/javase/downloads/index.jsp) and be familiar with the

material covered in Sun's tutorial:

http://java.sun.com/docs/books/tutorial/index.html

> If my handheld PC do not has VM, can I deploy my appliaction together with

> VM? How?

This is beyond my limited knowledge, but it sounds like it might be a

problem. On this site the best advice for J2ME related questions will be

found here: http://forum.java.sun.com/category.jspa?categoryID=23

pbrockway2a at 2007-7-15 14:38:11 > top of Java-index,Java Essentials,New To Java...
# 2
Thread continues in http://forum.java.sun.com/thread.jspa?threadID=793747
YAT_Archivista at 2007-7-15 14:38:11 > top of Java-index,Java Essentials,New To Java...