|
||
|
||||
|
I recently bought an iPod Touch.
For those of you who don't know, its basically an Apple iPhone but without the phone. Its an iPod so its an mp3 player but you can check your emails, play games, browse the internet and a lot more! ![]() Another cool feature is the app store where there are 1000s of applications programmed by users to download onto your iPod. I am interested in programming applications for the app store and was wondering if its possible with Java? Has anyone here had any experience with this? Any information or useful links would be cool..
__________________
Don't forget to add code tags around your code: ![]() Forum Tip: Add to peoples reputation ( ) by clicking the button on their useful posts.
|
|
||||
|
I've just done a bit of research. For anyone interested in this subject, take a look at the link below:
iPhone Dev Center There is lots and lots of useful information here. You need to start by downloading the iPhone SDK. Update: Unfortunately the iPhone SDK can only be installed on a Mac! I use a PC so I can't go any further with this
__________________
Don't forget to add code tags around your code: ![]() Forum Tip: Add to peoples reputation ( ) by clicking the button on their useful posts.
|
|
||||
|
Does anyone know if its possible to run the iPhone SDK on Linux?
__________________
Don't forget to add code tags around your code: ![]() Forum Tip: Add to peoples reputation ( ) by clicking the button on their useful posts.
|
|
||||
|
For anyone interested, this is a very good read:
Upgrading the iPhone Toolchain - Jay Freeman (saurik) Should keep me busy this weekend!
__________________
Don't forget to add code tags around your code: ![]() Forum Tip: Add to peoples reputation ( ) by clicking the button on their useful posts.
|
|
|||
|
I haven't found any information that says Java can be run on the iPhone or iPod Touch. About a year ago they looked into making Java for them, but found using it on SDK was found to be a challenge. Seeing that the iPhone and iPod have very little memory to run the applications, you would have to compact all of Java into such an SDK format. So really anything like Java for either of them probably wouldn't even be called Java!
For such reasons I don't think they'll be making it anytime soon, but it's nice to be able to imagine a world with Java in the palm of our hands. |
|
||||
|
Here is something interesting I found; How to install a Java VM on your ipod.
This will not allow you to view any Java content via the web browser, it's just a terminal based VM which will allow you to run already compiled Java classes. Note that there is no graphic support. All you can really do is print to the screen etc. First you'll need to add a new repository to your installer's "Sources" * Open installer and go to "Sources" on the buttom far right of the screen * Tap "Edit" on the top right corner and then "Add" * Once the "Add source" pop up window appears type "http://iphone.saurik.com/" in the text field and tap OK Install the VM and the ClassPath * Go to "Install" and scroll down to the "Java" category * Once there download GNU Classpath first and then the JavaVM This is how to run the compiled Java classes * Open a terminal on your ipod Term-vt100 is downloadable via the Installer * Navigate to where your .class file is stored and type "java classname" * Your program will now run on screen.
__________________
Don't forget to add code tags around your code: ![]() Forum Tip: Add to peoples reputation ( ) by clicking the button on their useful posts.
|
![]() |
| Tags |
| app store, iphone sdk, ipod touch, ipod touch development |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.javaprogrammingforums.com/mobile-applications/207-writing-applications-ipod-touch.html
|
||||
| Posted By | For | Type | Date | |
| touch java | VIRGILIO Ricerca | Web | This thread | Refback | 24-05-2009 07:58 AM | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I need help writing this program | kev2000 | Algorithms & Recursion | 5 | 04-06-2009 08:14 AM |
| Writing Java Apps for Cell Phones? | Jchang504 | Mobile Applications | 6 | 05-05-2009 09:50 AM |