Results 1 to 13 of 13
Thread: Java on Ipad2
- 09-20-2011, 08:13 AM #1
Senior Member
- Join Date
- Apr 2010
- Location
- Philippines
- Posts
- 580
- Rep Power
- 4
Java on Ipad2
Hi, first I post it here because I am not sure what forum topic this question is applicable. My question is, Is Java supported by IPad2?
Anyone here have tried to run application (written in java) in Ipad?
I research, and have some answer but the thread is a bit old and the Ipad they were refering was the first generation.
- 09-20-2011, 03:44 PM #2
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,619
- Rep Power
- 5
Re: Java on Ipad2
IPad applications require apple's own development software (xcode), and code must be written in objective-c, c++, and c. So no (unless you hack the ipad itself which is not recommended) as far as I know java is currently not supported.
- 09-26-2011, 12:10 PM #3
Senior Member
- Join Date
- Apr 2010
- Location
- Philippines
- Posts
- 580
- Rep Power
- 4
Re: Java on Ipad2
Thanks for the answer. Can I ask why java is not supported in IPads?
- 09-26-2011, 09:15 PM #4
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,619
- Rep Power
- 5
Re: Java on Ipad2
Sure you can ask. The bigger question is, can you get a non-speculative answer (probably not). Here's mine: Apple tightly controls the deployment of applications onto their portable devices, and they do in a great many ways (this includes controlling what language developers must use). Controlling the deployment lets them control a great many things, from what gets deployed right up to the profits obtained. Like it or not its a business model that has worked extremely well for them, and I don't see it going away anytime soon.
- 10-01-2011, 05:46 AM #5
Senior Member
- Join Date
- Apr 2010
- Location
- Philippines
- Posts
- 580
- Rep Power
- 4
Re: Java on Ipad2
Thanks for the answer. I really appreciated it.
Had some search on google and found out that blackberry Paybook supports Java and other things that IPad and other tablets has no support.
Is there any tablet, aside from blackberry Playbook, that support Java?
-
Re: Java on Ipad2
Anything Android should support Android's version of Java. I suppose that means that Kindle's new KindleFire will support this. I also have heard the PlayBook's future looks dismal. Your other option is to learn Objective C. You're obviously a clever coder, so learning this should be pretty easy for you.
- 10-05-2011, 06:52 AM #7
Senior Member
- Join Date
- Apr 2010
- Location
- Philippines
- Posts
- 580
- Rep Power
- 4
Re: Java on Ipad2
Thanks. I will give time on learning Android and C++ and set aside (for a while) learning on Java2D.
-
Re: Java on Ipad2
- 10-08-2011, 06:47 AM #9
Re: Java on Ipad2
My 2 cents: There are frameworks (i think they start to emerge recently) which compiles GWT code to native or HTML5 app (i am not sure, i did not look at them in detail) on Android, iPhone etc. There are also libraries (supporting them) to call native functions (e.g. sensor reading).
These are discussed at GWT email list recently but i did not note links of them. I think they look promising. You can try searching GWT list archive.
- 10-08-2011, 08:39 AM #10
Senior Member
- Join Date
- Apr 2010
- Location
- Philippines
- Posts
- 580
- Rep Power
- 4
- 10-08-2011, 08:42 AM #11
Senior Member
- Join Date
- Apr 2010
- Location
- Philippines
- Posts
- 580
- Rep Power
- 4
Re: Java on Ipad2
Thank you, I added it to my list. :)
I really appreciated your replies. :)
- 10-08-2011, 05:33 PM #12
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,619
- Rep Power
- 5
Re: Java on Ipad2
For what its worth, C++ and Objective-C can be combined. I have apps written almost exclusively in C/C++, using only Objective-C for the UI. Mind you these are desktop apps for the mac - while its been a while since I've played with IPhone/IPad apps I believe the same holds true for these platforms as well. It would be worth looking into before locking all your code up into Objective-C
- 10-11-2011, 02:10 AM #13
Senior Member
- Join Date
- Apr 2010
- Location
- Philippines
- Posts
- 580
- Rep Power
- 4


1Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks