To create a new project, follow the steps below:
1. | Go to File, New, then Project. |
2. | Select Java project and click Next. |
3. Create categories called ProcessManager_90Contorls and ProcessManager_90Lib.
ProcessManager_90Lib – will have all the libs or JAR files provided by Process Manager.
4. 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
5. Develop the Java bean classes and the corresponding beaninfo classes. Compile and archive.
6. 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.