Move J2SE app to J2ME - where to start?
I currently have a command line-driven program written for J2SE, which basically just runs a number of numerical calculations and prints some output to the screen (and occasionally to a file if requested by the user).
I'd very much like to get this application running on a mobile phone, but I'm not really sure where to start. Presumably I can re-use all the code I've already written? Basically if anyone has any good resources they can point me to, or even any hints/tips from personal experience, I would be very grateful! I can find lots of bits out there regarding J2ME, but nothing specifically relating to porting an existing application.
Many thanks,
Haydn

