Hi all,
is there a way in which i can write a Java program that will work on an iPad? if so what are the requirements. HELP Please
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Hi all,
is there a way in which i can write a Java program that will work on an iPad? if so what are the requirements. HELP Please
IPad apps require to be written in Objective-C. In other words, you cannot at the present time.
Read the following quote from the late Steve Jobs:
Hopefully that answers your question (implicitly)Originally Posted by Steve Jobs
Please use [highlight=Java]//code goes here...[/highlight] tags when posting your code
Also, IPad apps requires is like Eclipse, Objective-C is like Java, a powerful OO c-style language that you do everything application for IPad. Moreover I think that there is no way to avoid it if you are serious about developing iphone apps.
There is an interesting application called Java Programming Language with Reference in the following link
App Store - Java Programming Language with Reference
I just downloaded and as far as I know the only requirement is to have Internet connection to compile and execute your programs.
Hope it helps,
Francesco