JVM stands for Java Virtual Machine, and is a virtual machine that executes compiled Java code. It is also known as the Java Runtime Environment (JRE).
11
votes
2answers
6k views
How can I get and install Oracle's Java JVM for Raspbian?
A recent press release from Oracle suggests that they have just released a JVM for Raspbian. The key text is:
Java SE 7 Update 6 introduces a JDK for Linux on ARM v6 and v7 to
address “general ...
29
votes
6answers
16k views
How can I run Java software?
What is the best way to run Java code on the RP? Does installing the OpenJDK from the Debian/Fedora repos work OK? Are there tweaks one should use for improved performance? Also, is there a "light ...