Overview
The aie-main
command line tool can run any java class with a standard main() method, or that implements Runnable. When aie-main
executes the class, it does so with the full classpath/library environment that the AIE server runs in. This allows these classes to utilize the full Attivio API without having to know or configure the environment.
View incoming links.
Basic Usage
To run a class use the command below:
Windows:
bin\aie-main com.acme.MyClass <options>
Unix:
./bin/aie-main com.acme.MyClass <options>