Can I code once in J2ME and run it on any mobile phone just like I can using the .Net compact framework?
Share
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.
The J2ME code that you write needs a certain environment on the phone in terms of the runtime and the classes that are accessible to it. Depending on what you use in your application you would be able to run it on some phones and it wont work on other. For e.g. let say you a J2ME application that uses MIDP 2.0 and CDLC 1.1. Now, your app will only work on phones that support these profiles.
You normally target a certain segment of mobile phones when writing mobile phone applications. You dont expect an acceleratometer application to work on phones that dont have an acceleratometer! ( I dont think J2ME has any support for acceleratometers though 😉 )