Dear All,
I’d appreciate comments on the following:
The lack of a games console version of Java is a bit embarrassing for a “write once, run anywhere” language.
The Sony PlayStation 2 (PS2) is the dominant games console, with over 100 million units sold, dwarfing its competitors such as the Xbox, Xbox 360 and GameCube. Not unsurprisingly, there have been many rumors over the years about a Java port for the PS2. In fact, it is possible to run Java on Sony’s version of Linux, but the OS requires the PS2 to have a hard disk, and only has limited access to the PS2’s other hardware.
The good news is that the prospects for Java support on the PlayStation 3 (PS3, due out in November 2006) are looking much brighter. Both the basic and premium PS3 versions will have 512 MB of RAM, a large hard drive, will support Linux, and use an extended version of OpenGL. Sony’s software development chief, Izumi Kawanishi, has spoken of making it easier for individuals to create games on the PS3. Development kits are expected to appear in Spring 2007.
Applications will be written in a high-level, object-oriented language, but currently there’s no word on what it’ll be. It’s likely that a virtual machine will execute the code, utilizing JIT technology.
The PS3 will include a Blu-ray disc for storing high-definition video and data. All Blu-ray drives support a version of Java called BD-J for implementing interactive menus and other GUIs. Also, Blu-ray’s network connectivity means that BD-J can be utilized for networking applications such as downloading subtitles, short movies, and adverts.
As I write this (August 2006), there’s a good chance that Java, and Java graphics based on OpenGL (such as Java 3D and/or JOGL) will be available on the PS3. We’ll have to wait, and hope.
By the way, there have been several threads about the PS3 in these forums over the years. Some of the posts made predictions about the PS3’s technical specifications which have proved to be inaccurate. A good source of uptodate information is the Wikipedia entry for the PS3 at http://en.wikipedia.org/wiki/Playstation_3

