Set Up Eclipse
To create a new project, follow these steps:
-
Click File > New > Project.
-
Select Java project and click
Next.
-
Create categories called ProcessManager_90Contorls and
ProcessManager_90Lib.
ProcessManager_90Lib – will have all the libs or JAR files provided by Process Manager.
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 - Develop the Java bean classes and the corresponding beaninfo classes. Compile and archive.
-
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.