On the Class Files tab, define the class files to export:
Source Class Path Enter a comma-separated list of paths to directories or JAR files from which you can select classes to export. The configuration property name is jarFileRoot.
Included Classes Select the class files you want to export. If a class file exists in more than one location in the source class path, the class file that is closer to the beginning of the source class path is the one that is added to the export configuration. The configuration property name is jarFileList.
To remove a class from the list, click Remove next to the name of the class.
Create Runtime JAR Select to create a new runtime JAR file that contains only the classes you choose. The name of the JAR is based on the current JDK runtime version. By default, JDK 1.4 is the runtime, and the name of the JAR is eas-server-14.jar. If you do not select this option, the JAR contains all the EAServer runtime classes. A JAR file with fewer classes improves performance. The configuration property name is createRuntimeClassesJar.