53 votes
Oracle Java Virtual Machine 8 - Supported File Formats
Learn about Oracle Java Virtual Machine 8 and view a list of file types the program supports.
Languages
Overview
Content
Software
| Version | 8(as of 8/10/2016) |
| Platforms | Windows, Mac, Linux |
| License | Open Source |
| Category | System |
Go to Website
Rating:
3.4 | 53 Votes
Main Features
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
.CLASS Java Class File
Supported 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 |
Updated 8/10/2016
Features
Related
| 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 |
Supported File Types
| Extension | 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 |