Removing 2.x Data Binding JAR Files
You can remove 2.x data binding JAR files from the Project Explorer.
Before you beginIdentify 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
- In the Project Explorer view, right-click the Java component implementation project and select Properties.
- Click the Libraries tab.
- Select the 2.x JAR files and click Remove.
- Click OK.
- In the Project Explorer view, expand the lib folder in the Java component implementation project.
- Select the 2.x JAR files, then right-click and select
Delete.
A confirmation dialog displays.
- Click OK.
- In the Project Explorer view, double-click the META-INF/MANIFEST.MF file of the Java component implementation's plug-in project.
- Click the Runtime tab.
- In the Classpath pane, select the deleted JARs and click Remove.
- Save the manifest file.