I try to get Java and LWJGL running on a Raspberry Pi, so I can run some little games on it. To install OpenJDK 1.7 run the following command in your terminal: sudo apt-get install openjdk-7-jre This will install the Runtime, if you need the development kit too, run: sudo apt-get install openjdk-7-jdk …
Read more


