Is it possible to create a MIDP Application for Windows Mobile?
In other words, I want to create a MIDlet and run it on a Windows Mobile Simulator(any).
Thanks in Advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not by default, as Windows Mobile itself does not include a MIDP Java runtime environment.
Most mobile phone OEM will include such an environment in the phones they sell, like Samsung did with JBlend v4.0.0 in my Omnia Qwerty.
To be able to run development MIDlet on the Windows Mobile Simulator you need to get and deploy such a runtime environment to it yourself. According to answer by slyfox Sun itself provides such a runtime environment for Windows Mobile.