Show TOC

Procedure documentationMigrating Old Library Projects Locate this document in the navigation structure

 

Since former Library projects are not available in the Developer Studio, you have to transform the old Library projects into Enterprise Application (EAR) projects. This procedure describes the steps to do it.

For more information about the analogous case with Development Component projects, see Migrating J2EE Library DC to Enterprise Application DC.

Prerequisites

You have a Library project created with an older version of the SAP NetWeaver Developer Studio.

Procedure

  1. Import the existing Library project in the Developer Studio (using the FileImport wizard).

  2. Create new EAR project.

  3. Select the EAR project in the Project Explorer.

  4. In the context menu, choose PropertiesJava EE Module Dependencies.

  5. Choose Add JARs and select the JAR file archiving the Library project.

  6. Choose OK.

  7. Redirect all previous references to the old libraries to the new Enterprise application EAR

Result

When the EAR project is built, the library JAR file is added to the application EAR file.