问题
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
- 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
来源:https://stackoverflow.com/questions/2740862/how-can-i-create-an-application-for-mobile-phone-with-jar-extension