AquaLogic User Interaction 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 IDK Project in Eclipse Stand-Alone (without WTP)

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

These instructions assume you have installed the Java version of the AquaLogic 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\6.0\devkit\java\WEB-INF\lib directory. Click OK.

  Back to Top      Previous Next