Oracle WebCenter Interaction Web Service Development Guide

     Previous Next  Open TOC in new window   View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Setting Up a Custom Java Oracle WebCenter Interaction Development Kit (IDK) Project in Eclipse Stand-Alone (without WTP)

These steps describe how to set up a custom Java Oracle WebCenter Interaction Development Kit (IDK) project in Eclipse stand-alone (without WTP installed).

These instructions assume you have installed the Java version of the Oracle WebCenter Interaction Development Kit (IDK).

  1. Open Eclipse and click File > New > Project.
  2. Type the Project Name (for example, "idkproject"). Click Next and Finish.
  3. In the Package Explorer in Eclipse, right-click on the new project and click Properties > Java Build Path > Libraries > Add External Jars .
  4. Select the *.jar files from the IDK installation directory under the idk\<version>\devkit\java\WEB-INF\lib directory. Click OK.

  Back to Top      Previous Next