HyperWorks Tools

Setting up Eclipse

Setting up Eclipse

Previous topic Next topic No expanding text in this topic  

Setting up Eclipse

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

To create a new project, follow the steps below:

1. Go to File, New, then Project.

newproject

2.Select Java project and click Next.

createajavaproject

3.   Create categories called ProcessManager_90Contorls and ProcessManager_90Lib.

ProcessManager_90Lib – will have all the libs or JAR files provided by Process Manager.                

propertiesforhwgr

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.