How do I get started with J2ME?

2019-07-02 14:21发布

i am new to J2ME. Please tell me how can I install it and where from. What else do I have to download to install J2ME with JDK.

标签: java-me java
6条回答
孤傲高冷的网名
2楼-- · 2019-07-02 14:37

If you are a beginner, I recommend starting with Netbeans IDE. Download the version that includes the Mobility Pack. There are many tutorials available for developing mobile applications with Netbeans.

You may also need the WTK (don't remember if it comes with Netbeans),

查看更多
SAY GOODBYE
3楼-- · 2019-07-02 14:39

You need the Sun wireless toolkit. You need this for the libraries, and also to 'preverify' your class files, otherwise they won't load on a mobile VM.

http://www.jguru.com/faq/view.jsp?EID=201507

查看更多
贪生不怕死
4楼-- · 2019-07-02 14:50

Tools

The basic tool for j2me development is WTK(Wireless tool kit) from SUN which contains the emulator and other libraries needed for development. WTK also contains utilities for signing ,preverifying ,network monitoring tools.The IDEs like Netbeans and Eclipse are having plug ins for j2me development. These plugins will integrate the WTK and libraries. For netbeans all are bundled into one package ,so easy to install and configure. For Eclipse you have to install the MTJ(mobile tools for java) plugin.

You can check both IDEs and select the one which your most comfortable with.

查看更多
beautiful°
5楼-- · 2019-07-02 14:50

There is no such thing like a complete package. You need a basic setup and optional device-provider packages (mostly emulators).

Basic setup:

Optional packages:

查看更多
劳资没心,怎么记你
6楼-- · 2019-07-02 14:54

You can download J2ME from the Sun Microsystems website

查看更多
Juvenile、少年°
7楼-- · 2019-07-02 14:58

It's not easy to start out with J2ME development (such as with MIDP) if you haven't done any Java programming before. You might want to start with this NetBeans quickstart.

There are also a bunch of emulators, requiring some configuration to do on your IDE (e.g. Netbeans or Eclipse). This is because different cell-phone manufacturers have their own implementation SDK's on J2ME (e.g. SonyEricsson).

查看更多
登录 后发表回答