Set env vars in setUimaClasspath and the Eclipser run configs
-------------------------------------------------------------
Key: UIMA-260
URL: https://issues.apache.org/jira/browse/UIMA-260
Project: UIMA
Issue Type: Task
Components: Build, Packaging and Test, Examples
Reporter: Adam Lally
Assigned To: Adam Lally
Fix For: 2.1
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
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.