Is there a possibility to run applets on Android or Blackberry?

后端 未结 8 2056
庸人自扰
庸人自扰 2021-02-04 11:39

This is what the Java site www.java.com says:

\"KVM, the virtual machine for mobile devices, is the counterpart of JVM (Java virtual machine). It is used to run applets

8条回答
  •  醉酒成梦
    2021-02-04 12:06

    Wonder if we can further reprogram DVM to incorporate features of KVM to run applets on Android?

    There is very little overlap between what Android provides and what an applet needs, such as AWT. Since applets, as a technology, have been dead for over a decade, I cannot imagine that it would be worth anyone's effort to modify the Android firmware to include the necessary classes and figure out how to run an applet in an Android activity.

提交回复
热议问题