Java App Support in Web browser

ubss1990

New member
It is my understanding that Android's browser does not support loading java apps in a web page at this time. Does anyone know of a way to get this functionality? I looked on the net and the forum but have been unsuccessful. I tried using Opera 5 but had some trouble getting it to use my WiFi connection instead of the 3G connection. I have some people on my network that want to use their Android device to browse to a internal website where they can kick off a java application. Thanks!
 
There was some discussion of a Java runtime running around, but I believe the project folded. The problem is the phone's GUI is a glorified JVM, so opening a JVM within a JVM is problematic.

Your best chance for interactive activities is some HTML5 love.
 
Back
Top