Introduction - If you have any usage issues, please Google them yourself
Parallel Java is a API parallel programming based on Java provides the goal (1) in a API and thread support / shared memory parallel programming and parallel programming based on message / cluster; (2) with OpenMP and MPI provide the same functionality, but the Java API object oriented; and (3) is easy to deploy in a heterogeneous computing environment, including single core CPU, and multi-core CPU cluster. This paper introduces the characteristics and architecture of Parallel Java, and compares it with other Java based parallel development middleware.