This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Java is not available on iOS, and that won't change any time soon.
Paul Michael
Ranch Hand
Joined: Jul 02, 2001
Posts: 697
posted
0
I agree. Even Google is currently in trouble for modifying Java for Android.
Lester Burnham
Rancher
Joined: Oct 14, 2008
Posts: 1337
posted
0
Well, there's nothing that would stop Apple from licensing Java if they wanted to (they already do so for OS X, after all). It's also not like developers aren't asking for it. But Steve Jobs is on record as having declared client-side Java dead, which is probably the final word on the matter.
Paul Michael wrote:I agree. Even Google is currently in trouble for modifying Java for Android.
That has nothing to do with no Java on iOS, though.
Paul Michael
Ranch Hand
Joined: Jul 02, 2001
Posts: 697
posted
0
Sorry if my earlier post seem offensive or nonsensical. The only point I'd like to drive is that at the moment, the only legal use of Java in the mobile space is through JME.
Paul Michael wrote:The only point I'd like to drive is that at the moment, the only legal use of Java in the mobile space is through JME.
Well, that's not true either. Oracle is not suing Google because they are using the Java programming language. It's because Google's Dalvik VM is implemented with ideas that are patented by Oracle. It doesn't really have anything to do with Java itself. But this is going off-topic...
The reason that Apple doesn't allow Java on the iPhone is because Apple wants to retain full control of the iPhone, and they fear that if they allow Java or any other virtual machine platform on it (such as Flash), they'll loose some control over the user experience on the iPhone.
It's even beyond that, though, as translators are also not allowed (at least last time I checked). Nor a layer of abstraction on the Apple libraries. This is so they can control what's available to the programmer, and control the user experience--but that's a canard, since iApps works so radically differently anyway.
Paul Michael
Ranch Hand
Joined: Jul 02, 2001
Posts: 697
posted
0
Jesper Young wrote:
The reason that Apple doesn't allow Java on the iPhone is because Apple wants to retain full control of the iPhone, and they fear that if they allow Java or any other virtual machine platform on it (such as Flash), they'll loose some control over the user experience on the iPhone.
This is well said and summarizes everything. Thanks.