Oracle Java Virtual Machine
Version | 8(as of 8/10/2016) |
Platforms | Windows, Mac, Linux |
License | Open Source |
Category | System |
Main Features
- Allows Java programs to run on multiple platforms
- Based on open source, free technology
- Continuously updated and improved by the developers
Software Overview
The Java Virtual Machine (JVM) is a virtual machine that runs Java programs. Without the JVM installed, a Java program will not run on the host computer. The JVM is included with the Java Runtime Environment (JRE), which is what users encounter most often when they "install Java" on their computers.
One of the great advantages of the Java Virtual Machine is that it allows the same Java program to run on multiple platforms (e.g., Windows, Linux, Mac, etc.) using the same codebase. The JVM interprets the compiled program the same way regardless of the platform on which it runs. The trick is that it is up to the platform-specific JVM to integrate properly with the system so that it is transparent to the user.
The Java programming language and the JVM are great technologies. Yet, while the "write once, run anywhere" feature is convenient for developers, it is often inconvenient for users since they have to install the JVM before a Java program will run on their computers. Given this issue, the JVM is sometimes regarded as annoying. Still, Java has been used to successfully deploy great software applications in diverse end user contexts.
Primary File Type
.CLASSJava Class FileSupported File Types
Extension | File Type |
---|---|
.CLASS | Java Class File |
.EAR | Java Enterprise Archive File |
.JAR | Java Archive |
.JNLP | Java Web Start File |
.MF | Java Manifest File |
.WAR | Java Web Archive |
Additional Related File Types
Extension | File Type |
---|---|
.JAV | Java Source File |
.JAVA | Java Source Code File |
.JHTML | Java HTML Web Page |
.JSP | Jakarta Server Page |
.PROPERTIES | Java Properties File |