Setting Up a Custom Java Oracle WebCenter Interaction Development
Kit (IDK) Project in Eclipse with WTP
These steps describe how to set up a custom Java Oracle
WebCenter Interaction Development Kit (IDK) project in Eclipse with
WTP installed.
These instructions
assume you have installed the Java version of the Oracle WebCenter
Interaction Development Kit (IDK).
- Open Eclipse
and click .
- Type the Project Name (for example, "idkproject").
- Choose a Target Runtime from the drop-down list. If you have not previously
configured a server runtime, click New... to
configure your Tomcat setup.
- Click Finish to complete the Dynamic Web Project wizard.
- Import the IDK
web project template:
- Right-click
the project in the Project Explorer and click .
- To define
the From directory field, navigate to the IDK root directory
and select the \devkit\WEB-INF folder.
- Change
the Into folder field to <project name>/WebContent/WEB-INF.
- Click Finish.
Note: The
Eclipse Web project view hides the imported JARs stored in WEB-INF/lib
and puts those files under ./Java Resources/src/Libraries/Web
App Libraries.