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 - ;)
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 - ;)
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
Java a platform independent
as I learnt it when I started my study for Java... :) –
Thar Java is not platform independent..
Java SE is intended for desktop and laptop use, and together with Java EE, servers.
An Applet would not work (even) in the runtime intended for phones - Java ME. There are GUI elements in desktop apps. & applets that are unusable on a small screen. Even if they were, many dialogs and other elements would not have the 'look and feel' of the native phone equivalents (even using PLAFs).
It wont run because the api for running applets is not writen on the android jvm. There was or is a legal battle between google and oracle involving Java(tm) and I think that's the main reason this api is not implemented neither by 3rd parties neither by google.
© 2022 - 2024 — McMap. All rights reserved.