JVM is the Java virtual machine.
It is a very common platform to target. There is a JVM for almost every computing platform (including embedded), any many programming languages target JVM bytecode.
Comment
Name