Application Platform 10.11 | Developing with Application Platform in Designer | About Creating Application Platform Projects | Classpath Containers | Configuring the Application Platform API Libraries Container
 
Configuring the Application Platform API Libraries Container
Designer automatically adds the Application Platform API Libraries container to the build path of every Application Platform project you create or import. By default, the Application Platform API Libraries container initializes with the Integration Server profile, but contains only the Application Platform Core libraries.
Selecting a profile doesn't require using server-specific libraries in your project. You can add only the Application Platform Core library, or third-party features to the Application Platform API Libraries container.
You can add the Application Platform API Libraries container to any project as a library dependency. However, not all classes provided by this container work for all projects, created in Designer. Some of the SDK functionality, like the service publishing annotation functionality, is only available for Application Platform projects. For more information, see the Application Platform API Guide.
*To configure the Application Platform API Libraries container for your project:
1. In the Package Explorer view, right click the Application Platform API Libraries container for your project and then click Build Path.
2. Click Remove from Build Path. Application Platform removes the default Application Platform API Libraries container.
3. Right-click your project, and then click Build Path.
4. Click Add Libraries....
5. In the Add Library dialog box, select Application Platform API Libraries, and click Next.
6. Select the IS_default server profile, and click Next.
7. On the SDK Features List page, select the libraries to add with the container and click Finish.
Related Topics
About Application Platform API