how can I create an application for mobile phone with .JAR extension? [closed]

前提是你 提交于 2019-12-24 10:45:04

问题


I Want to create a photo dictionary with .jar extension for mobile phones,what is the right tool or language for this purpose ?


回答1:


I suspect that you would want to write a so called MIDlet using Java ME.

The proper tools include

  1. The Java SDK
  2. Eclipse together with a proper plugin such as EclipseME (or another compliant IDE)
  3. The Sun Wireless Toolkit (WTK) which among other things contains an emulator)

A good step-by-step introduction to writing your first MIDlet can be found here:

http://www.autexier.de/jmau/dev/j2me/j2me.html



来源:https://stackoverflow.com/questions/2740862/how-can-i-create-an-application-for-mobile-phone-with-jar-extension

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