Running Java bytecode on the Android - Sun JVM on top of DalvikVM

后端 未结 7 1991
慢半拍i
慢半拍i 2021-02-02 13:17

Since both the java implementation (OpenJDK) and Android\'s virtual machine DalvikVM are opensource it must be possible to implement Sun\'s JavaVM on top Google\'s

7条回答
  •  不要未来只要你来
    2021-02-02 14:13

    In the meantime I have found a possible solution (only JavaME):

    • "MicroEmulator is a pure Java implementation of Java ME in Java SE."
    • Running Java ME applications on Android

提交回复
热议问题