Looks like you don't have Java installed...

This is an implementation of the Game of Life. For the starting condition, cells start randomly alive or dead according to the probAlive parameter (default: 10% alive). It uses the exact same "world" implementation as the Sierpinski gasket application; only the agent logic is different.