Removing 2.x Data Binding JAR Files

You can remove 2.x data binding JAR files from the Project Explorer.

Prerequisites

Identify the JARs generated for the 2.x project. New JARs contain a hash number in the name (for example, AreaService-b58a5fc-service-beans.jar), so JARs that don't have it were generated by a 2.x product.

Procedure

  1. In the Project Explorer view, right-click the Java component implementation project and select Properties.
  2. Click the Libraries tab.
  3. Select the 2.x JAR files and click Remove.
  4. Click OK.
  5. In the Project Explorer view, expand the lib folder in the Java component implementation project.
  6. Select the 2.x JAR files, then right-click and select Delete.
    A confirmation dialog displays.
  7. Click OK.
  8. In the Project Explorer view, double-click the META-INF/MANIFEST.MF file of the Java component implementation's plug-in project.
  9. Click the Runtime tab.
  10. In the Classpath pane, select the deleted JARs and click Remove.
  11. Save the manifest file.