java on ipod

could you make a game in java and put it on your ipod and play it? What language are the games that come with it written in? I'm guesing C.
[147 byte] By [sumplesnooba] at [2007-11-26 21:57:36]
# 1
Java = write once run anywhere!err, ipod you say? not sure but Apple use a lot of smalltalk I believe but a Google search should bring up the results. Java is big on Mobile phones, not sure about ipods.
kikemellya at 2007-7-10 3:54:54 > top of Java-index,Java Essentials,New To Java...
# 2
> Java = write once run anywhere!...if theres a VM
TuringPesta at 2007-7-10 3:54:54 > top of Java-index,Java Essentials,New To Java...
# 3
> > Java = write once run anywhere!> > ...if theres a VM:o) Well thats why I said "did you say ipod..." even when the VM exists this is not true. Maybe I should emphasize my sarcasm more in future
kikemellya at 2007-7-10 3:54:54 > top of Java-index,Java Essentials,New To Java...
# 4
Apple controls any software that could be written on the iPod. Tight quality assurance as always with Apple's policies.And most Mac apps are written in Objective-C, I think, not Smalltalk, just fyi.
Clem1986a at 2007-7-10 3:54:55 > top of Java-index,Java Essentials,New To Java...
# 5
I bought a 30 GB video a few months back. What a machine. Just love it.
qUesT_foR_knOwLeDgea at 2007-7-10 3:54:55 > top of Java-index,Java Essentials,New To Java...
# 6

iPod origine is ARM processor that suport uClinux, uClinux is installed in iPod and if the ARM of the ipod it is ARM that suport JVM like ARM9-11 in this time you can creat all what you want with java and install in iPod

Obs : all iPod programs writen with C/++ in (Fedora Core 4 + eclipse).

MINUXa at 2007-7-10 3:54:55 > top of Java-index,Java Essentials,New To Java...
# 7

> iPod origine is ARM processor that suport uClinux,

> uClinux is installed in iPod and if the ARM of the

> ipod it is ARM that suport JVM like ARM9-11 in this

> time you can creat all what you want with java and

> install in iPod

Really? Have you actually done that?

I'm asking because Steve Jobs explicitly stated that there will be no 3rd party development on the ipod. Seems more like a closed device to me.

>

> Obs : all iPod programs writen with C/++ in (Fedora

> Core 4 + eclipse).

I believe they're actually written in Objective-C.

karma-9a at 2007-7-10 3:54:55 > top of Java-index,Java Essentials,New To Java...
# 8
> ...> I believe they're actually written in Objective-C.Correct.A.K.A. Cocoa: http://developer.apple.com/cocoa/
prometheuzza at 2007-7-10 3:54:55 > top of Java-index,Java Essentials,New To Java...