Porting Android's Java VM to the iPhone? - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T06:23:00Zhttp://stackoverflow.com/feeds/question/150781http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/150781/porting-androids-java-vm-to-the-iphone2Porting Android's Java VM to the iPhone?Wilco2008-09-29T21:31:18Z2008-10-17T13:16:36Z
<p>Does anyone know of any existing projects that aim to port Android's Java VM over to the iPhone? From what I understand, this wouldn't be too out of reach and would certainly make for some exciting developments.</p>
<p><strong>Edit</strong>: I should point out that I am aware this will not happen using the official iPhone SDK. However, a jailbroken platform would remove any Apple-imposed roadblocks. I imagine most that would be interested in integrating Android into the iPhone would also be the demographic that would typically have a jailbroken iphone.</p>
http://stackoverflow.com/questions/150781/porting-androids-java-vm-to-the-iphone/150810#150810-3Answer by Joel Coehoorn for Porting Android's Java VM to the iPhone?Joel Coehoorn2008-09-29T21:34:52Z2008-09-29T21:34:52Z<p>To be useful you'd also have to port the connection to Google's App Store. Yeah, Apple's gonna allow that. We're much more likely to see some iPhone-emulation tools for the Android.</p>
http://stackoverflow.com/questions/150781/porting-androids-java-vm-to-the-iphone/150847#1508470Answer by hazzen for Porting Android's Java VM to the iPhone?hazzen2008-09-29T21:42:53Z2008-09-29T21:42:53Z<p>Based on <a href="http://www.infoworld.com/article/08/03/14/Suns-plan-for-Java-on-iPhone-could-hit-roadblock_1.html" rel="nofollow">this article</a>, that doesn't seem likely as the iPhone SDK agreement wouldn't allow a program that downloads/runs other programs.</p>
http://stackoverflow.com/questions/150781/porting-androids-java-vm-to-the-iphone/150851#1508511Answer by LKM for Porting Android's Java VM to the iPhone?LKM2008-09-29T21:43:21Z2008-09-29T21:43:21Z<p>As of now, there are no existing projects aiming to port Dalvik (the Android VM, which is not <em>really</em> a Java VM since it doesn't execute Java bytecode) to the iPhone. There is, however, at least one "real" Java VM available for the iPhone. You can find it in Cydia on jailbroken phones.</p>
<p>The issue with these projects is that Apple doesn't allow third-party apps to execute code, so Java VMs can only run on jailbroken iPhones.</p>
http://stackoverflow.com/questions/150781/porting-androids-java-vm-to-the-iphone/150852#1508520Answer by dacracot for Porting Android's Java VM to the iPhone?dacracot2008-09-29T21:43:23Z2008-09-29T21:43:23Z<p>Apple's iPhone is a closed system. They control what is deployed from the OS to the applications. They have said they have no intention of supporting a JVM. This would have to be a rogue application outside of that control and therefore not very appealing to the masses.</p>
http://stackoverflow.com/questions/150781/porting-androids-java-vm-to-the-iphone/150922#1509224Answer by bmdhacks for Porting Android's Java VM to the iPhone?bmdhacks2008-09-29T22:04:52Z2008-09-29T22:14:13Z<p>There isn't currently an effort to port <a href="http://en.wikipedia.org/wiki/Dalvik_virtual_machine" rel="nofollow">Dalvik</a> to iPhone because <a href="http://code.google.com/android/roadmap.html" rel="nofollow">Google hasn't released the source yet</a>. As soon as the source is released (assuming all of it will be) I would think this will happen. It's also likely to be seen on other homebrew platforms such as PSP, <a href="http://openpandora.org/" rel="nofollow">Pandora</a>, <a href="http://www.openmoko.com/" rel="nofollow">openmoko</a>, etc.</p>