.EAR File
.ear is Java Enterprise Archive File
| Features | Description | 
|---|---|
| File Extension | .ear | 
| Format | Zip | 
| Created by | Oracle | 
| Category | Executable | 
.ear is Java Enterprise Archive File
| Features | Description | 
|---|---|
| File Extension | .ear | 
| Format | Zip | 
| Created by | Oracle | 
| Category | Executable | 
What's on this Page
The ear file extension is related to Java Enterprise and used for application package units.
The ear is a standard JAR archive, with one or more entries representing the modules of the application, and a metadata directory called META-INF which contains one or more deployment descriptors.
Files with ear file extension can be mostly found as renamed JAR archives with special structure for application modules.