Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
To support runnin C++ annotators out-of-the-box, need to set environment vars in setUimaClasspath and our Eclipse run configs.
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