Run applet in Android tablet

android, applet, java, tablet

Solution

AFAIK there is no JRE (Java Runtime Environment) for Android so there is no way of running applets. For more detailed information, see the following page: http://www.technipages.com/can-java-applets-run-on-android.html

Here is an interesting article about someone porting a Java Applet to Android: An Adventure in Porting a Java Applet to Android with no Previous Experience with Android

Problem

I have already some applets ready. I tried to run it on android tablet. Will it not work at all? I am not sure? Do any one knows this? Or is it like after android. Java is not platform independent - ;)

Original source

Related problems