Before creating any programs that use OmniMark's function libraries, you must configure OmniMark Studio for Eclipse to locate the library files. There are two kinds of files whose paths must be configured.
Include (.xin) and module (.xmd) files that contain OmniMark code that provides library functions or that provides links to functions contained in external function libraries.
External function libraries (.dll on Windows, .so on UNIX).
To set the paths to these files,
Select Preferences from the Window menu.
Open the OmniMark preferences in the left pane of the preferences dialog box and select paths.
In the Include Path: section, click New... and select the \xin directory of your OmniMark Studio for Eclipse installation.
In the External Library Path: section, click New... and select the \lib directory of your OmniMark Studio for Eclipse installation.
Add the \xin and \lib directories for any include files or external libraries you have developed yourself or obtained from third parties.
The following configuration options are also available:
File associations is a general Eclipse preference (Workbench – File associations in the preferences dialog). If you use extensions for your OmniMark code other than those predefined by OmniMark Studio for Eclipse (.xin, .xom, .xmd) then you may want to associate those extensions with the OmniMark Editor so that Eclipse will open them in the correct editor and the correct perspective.