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

后端 未结 8 2042
庸人自扰
庸人自扰 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:04

    As stated by others, rooting your Android device and then loading Linux and then installing Java to that OS works just fine. Here's a guide you may use and modify that I compiled for a different ~.jar file I wanted to run

    http://forums.rptools.net/viewtopic.php?f=12&t=24082&sid=3092b606dd5c7278e0908f021956b9f3

    Best part was once I got port forwarding figured out for my network I was able to host a public server from within this little environment.

    Hope this helps you all because I've tested this with other Java dependent software and the ARMel and ARMhf versions of Java's JDK work great.

    # Edit/Update # http://www.timelesssky.com/blog/running-debian-armhf-alongside-android After following the above link's instructions I was able to run- apt-caxh search java -And Orical's Java JDK was available to install though the package manager when running Wheezy Hard Float on Android with Debian Kit app. Next step is to see if Kali will install via the shroot method offered by this app's modded code.

提交回复
热议问题