Set Up Eclipse

To create a new project, follow these steps:

  1. Click File > New > Project.


    Figure 1.
  2. Select Java project and click Next.


    Figure 2.
  3. Create categories called ProcessManager_90Contorls and ProcessManager_90Lib.
    ProcessManager_90Lib – will have all the libs or JAR files provided by Process Manager.


    Figure 3.

    ProcessManager_90CONTROLS will have following .jar files:

    <HWPM90 install dir>/controls/utils/hwmutils.jar
    <HWPM90 install dir>/controls/hm/hmsuite.jar
    <HWPM90 install dir>/controls/database/dbbeans.jar

  4. Develop the Java bean classes and the corresponding beaninfo classes. Compile and archive.
  5. Be sure that the archived .jar files are placed in the controls sub-directory under the process base (.pmt) directory.
    The .jar must be placed in the My Process/controls directory.