Java on MPC8379?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Java on MPC8379?

613 Views
ironpie
Contributor I

 

Hi, I'm trying to find a JRE for freescale MPC8379, which is capable of running tomcat and servlets. should i try IBM J9, gcj, or openjdk? 
any hints would be greatly appreciated.

 

0 Kudos
1 Reply

361 Views
dbeberman
Contributor I

JamaicaVM will compile your Java program to PowerPC machine code, using the Jamaica Builder ahead-of-time compiler;

supports the OpenJDK and the Realtime Specification for Java (RTSJ); delivers hard realtime performance with its patented realtime garbage collector technology (note: also supports multicore);  and hosts the development toolchain on Windows and Linux with an Eclipse plugin.  The toolchain includes a graphical Thread Monitor to easily visualize what your application is going at runtime, a dataflow static analyzer to verify your code and catch bugs before your customers do, and profiling tools to optimize application resource use and performance.  JamaicaVM also supports a variety of realtime operating systems and, of course, Linux.

 

Please contact me at  dbeberman@aicas.com or t:508 510 1155  

for more information.

 

Regards,

David Beberman

Dir. Business Development

Aicas, Incorporated

dbeberman@aicas.com

 

 

0 Kudos