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

后端 未结 7 1953
慢半拍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:12

    try GNURoot app (proot ptrace container) with debian Wheezy;
    apt-get update
    apt-get install openjdk-7-jre
    /usr/lib/jvm/java-7-openjdk-armel/jre/bin/java ...
    (including long path)

提交回复
热议问题