We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
开发者_如何学JAVA Improve this questionI Want to create a photo dictionary with .jar extension for mobile phones,what is the right tool or language for this purpose ?
I suspect that you would want to write a so called MIDlet using Java ME.
The proper tools include
- The Java SDK
- Eclipse together with a proper plugin such as EclipseME (or another compliant IDE)
- 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
精彩评论