Thinking ahead to when we get the C++ release out, it would be nice if
the current Java release supported running C++ annotators out of the
box.  Some environment var settings are needed so that libraries can
be found.

Eddie suggests adding these settings to the setUimaClasspath scripts
and the Eclipse run configurations.  Does anyone disagree with that?

To account for Windows, *nix, and Mac we actually need to set three
variables: PATH, LD_LIBRARY_PATH, and DYLD_LIBRARY_PATH.

To PATH we'd append
%UIMA_HOME%/uimacpp/bin:%UIMA_HOME%/uimacpp/examples/tutorial/src

To the latter two we'd append
$UIMA_HOME/uimacpp/lib:$UIMA_HOME/uimacpp/examples/tutorial/src


-Adam

Reply via email to