Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to run Java applets in the Android WebKit Browser?

Is it possible to run Java applets in the Android WebKit Browser? If not does anyone know when java applets will be supported?

like image 239
John Cooper Avatar asked Jan 05 '10 20:01

John Cooper


People also ask

Can a Java applet be executed from a web browser?

A Java applet can be executed from a Web browser. The class name must be the same as the file name that contains the class. A file may contain several classes. Each class in the file is compiled into a separate bytecode file.

Can you run Java in a web browser?

In the Search Control panel, type Java Control Panel into the "Search" field, and click the Java icon to open it. In the Java Control Panel, click the Security tab. At the top of the Security tab, check the Enable Java content in the browser box to enable Java. Uncheck to disable.


1 Answers

Android does not have a full Java VM, and therefore does not currently support Applets in the browser. While changing this is certainly possible, I have not heard of any plans to do so.

like image 88
jsight Avatar answered Oct 16 '22 18:10

jsight