I'm designing a question-answering system using Apache-UIMA. The system should finally run on a IBM Cell-Broadband-Engine processor(PS3). I'm planning to design the whole thing in Java. But I'm not sure whether Java app could be run on a CBE. Is there any JVM that runs on a CBE?.

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

Jikes RVM is known to work on PowerPC architecture, so it should work on the PPE. A quick Google search leads to Hera JVM which extends JikesRVM to the SPEs for the CELL Architecture. I haven't found any binary available, though

link|improve this answer
Hera JVM seems a good option. Any idea about where i could download it?. All I get is some research papers based on it. Couldn't find the actual thing! – Lakshmi Narayanan Saravanan Feb 7 at 16:08
I don't think you can download it directly. Your only option is to write to the author of the paper, to see if they can grant you the right to download it. I haven't heard of any release of Hera JVM. That doesn't mean you can't ask to get it ;-) – Grooveek Feb 8 at 15:47
thanks for that!..:) – Lakshmi Narayanan Saravanan Feb 8 at 17:23
feedback

Note that the PS3 is also a BluRay player, and BluRay mandates some Java under the covers, so there's clearly a JVM in PS3s. I have no idea how you'd get to it though. Perhaps exploring the BluRay route might be interesting? (I warn: have no experience developing against BD-J or PS3 to know if it's too much of a subset.)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.