How do I get started with J2ME?

若如初见. 提交于 2019-12-23 21:02:56

问题


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.


回答1:


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),




回答2:


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).




回答3:


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.




回答4:


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

Basic setup:

  • SUN WTK (includes basic J2ME SDK)
  • Eclipse Plugin

Optional packages:

  • Sony
  • Motorola
  • Nokia



回答5:


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




回答6:


You can download J2ME from the Sun Microsystems website



来源:https://stackoverflow.com/questions/650033/how-do-i-get-started-with-j2me

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!