Copy the custom file to:
<DATADIR>/javabin
Note:
If you want to point to an external library, in common with other applications, you can also
choose to configure its filepath in the appropriate
ProcessInternalConfig
block of the
<DATADIR>/config/DeploymentInternal.xml
file, as
follows:
<ProcessInternalConfig ...
<args>
<StringValue value="-classpath <CLASSPATH>">
</StringValue>
</args>
</ProcessInternalConfig>
The benefit of this method is that any change brought to the library is taken into
account automatically. You only have to restart the impacted Exalead CloudView process.