!--a11y-->
Building EARs 
This creates an EAR file from an Enterprise Application project. It also generates the WAR and JAR files in the referenced projects. The EAR file contains the WAR and JAR files, and deployment descriptors. You can specify additional libraries to be packed into the EAR file.
1. In the J2EE Explorer view, select the Enterprise Application project.
2. From the context menu, choose Build EAR File.
An EAR file with the same name as the Enterprise Application project is created. For example:

You can now deploy the application. For more information, see Deploying EARs.
