JPOSEEInEclipseNewModule

From jPOS.org
Jump to: navigation, search

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.

  1. Copy the module tree under the modules sub directory of the project by any means.
  2. 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.
  3. 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.

Personal tools