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.

About this task

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.

Procedure

  1. In the Enterprise Explorer view of the Java™ EE perspective, right-click the EJB project, and select Java EE > Remove EJB Client JAR Project from the pop-up menu.
  2. A warning dialog asks you to confirm the removal. Click Yes to remove the EJB client JAR project.

Results

The removal process automatically does the following:

Feedback