Build the EJB-JAR file

Edit the file settings.bat using a text editor. Change the setting of the DJC_HOME setting to match the location of your EAServer install. At a command prompt, change to your working directory for the tutorial and run the following command to build the EJB-JAR file:

./build

This command runs build.bat, which runs Ant to build the default target in the project, the ejbjar target in build.xml. If successful, you should see ejbtut.jar created in the same directory.