JPOSEEInEclipseNewModule
From jPOS.org
This tutorial shows how to add a new module to an existing setup created by the method described in Creating a jPOS-EE based project in eclipse.
- Copy the module tree under the modules sub directory of the project by any means.
- If the module has a lib directory add all the jars in there to the build path, for example by selecting them all, rightclicking and selectin "Build Path"> "Add to Build Path" in the context menu.
- If the module has an src directory add it to the source path, for example by selecting it and selecting "Build Path"> "Use as Source Folder" in the context menu.
And that's all.