View Single Post
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#445
Originally Posted by brontide View Post
Android doesn't run Java... it runs a language that is similar to java on a custom VM.
IIUC, it runs java compiled to a different bytecode.

Porting existing code should be closer to a recompile and further from a port to a different language, anyway. It does preclude use of closed binaries, though, unless someone writes a bytecode translator.