I Want to create a photo dictionary with .jar extension for mobile phones,what is the right tool or language for this purpose ?
+2
A:
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:
aioobe
2010-04-29 21:34:37
+1 for good links and information
aperkins
2010-04-29 21:41:14
thanks for the clear answer and good link!!
Ehsan Mamakani
2010-04-29 21:51:48