Removing EJB client JAR projects

If your EJB project is configured with an associated EJB client JAR project, you can remove the EJB client JAR project. The contents of the EJB client JAR project are combined with the EJB project, all references are updated, and the EJB client JAR project is deleted.

The removal of the EJB client JAR project cannot be undone, but you can recreate the EJB client JAR file later. For more information, see Creating EJB client JAR projects.

To remove an EJB client JAR project from an EJB project:

  1. In the Project Explorer view of the J2EE perspective, right-click the EJB module, and select EJB Client JAR > Remove EJB Client JAR Project from the pop-up menu.
  2. A warning dialog asks you to confirm the removal. ClickYes to remove the EJB client JAR project.
The removal process automatically does the following:
Related concepts
EJB client JAR projects
Related tasks
Creating EJB client JAR projects

Feedback