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 with WTP

These steps describe how to set up a custom Java IDK project in Eclipse with 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 > Other > Web > Dynamic Web Project .
  2. Type the Project Name (for example, "idkproject").
  3. 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.
  4. Click Finish to complete the Dynamic Web Project wizard.
  5. Import the IDK web project template:
    1. Right-click the project in the Project Explorer and click Import > General > File System .
    2. To define the From directory field, navigate to the IDK root directory and select the \devkit\WEB-INF folder.
    3. Change the Into folder field to <project name>/WebContent/WEB-INF.
    4. 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.


  Back to Top      Previous Next