Will java applications run on the nexus? I would want to run a particular java application.
Asked
Active
Viewed 457 times
0
-
Uh... If you mean, "I want to **write** a particular Java application", then your question belongs here. Otherwise, it should be asked somewhere else (and probably contain additional details regarding the nature of the application you wish to run), perhaps on SuperUser. – Shog9 Jan 08 '10 at 22:19
2 Answers
2
I assume you mean the Nexus One. It uses Android for operating system, for which applications are written in Java. But it uses a different virtual machine (Dalvik) to run them. It will need at least a recompilation, but probably the user interface will not be compatible.
In short:
Question: Is it possible to take any Java application and run it unchanged on Android (Nexus) ? Answer: No

Emil Ivanov
- 37,300
- 12
- 75
- 90