What is the relationship between MIDP and JME (and Android)? -


What is the difference between MIDP and JME?

How are both related to Android? As far as I thought JME was not supported on Android - is that right?

Thanks

stands for MIDP. JME is a striped version of the Java (Standard Edition) API, suitable for mobile and embedded devices.

The Android OS, along with the DualWei VM, handles "Full Java" *, meaning that this is a stripped version of the API, not in the form of Java IE.

A related question is found here:


Comments