Show TOC Start of Content Area

Procedure documentation Declaring Implicit References to Libraries  Locate the document in its SAP Library structure

Use

You need to add the implicitly referenced libraries to the Java build path of your EJB and Web projects to be able to compile them.

Procedure

...

       1.      Select the relevant project (EJB project or Web project) in the SAP NetWeaver Developer Studio.

       2.      Open the context menu and choose Properties.

       3.      Choose Java Build Path (in the left pane), then choose the Libraries tab (in the right pane).

       4.      Choose Add Variable.

       5.      Select the variable SAP_SYSTEM_ADD_LIBS and then choose Extend to select the variable extension.

       6.      Expand the appropriate node, select the relevant JAR file, and choose OK to confirm.

       7.      Choose OK to confirm again in the properties window for the Java build path.

 

 

End of Content Area