I would like to write a Java customization and add my custom jar files to the Clarity server, how can I do this?
$clarity/lib
directory is strongly discouraged, this is making the environment unsupported, and has the potential to cause impacting issues to your server$clarity/customlib
.Our recommendations:
All custom jar files have to be placed outside of Clarity folder
Please also note that any custom code that executes within Clarity JVM is unsupported
For any assistance with your customization please refer to the Communities or engage a partner
When updating files in the customlib folder, make sure any outdated files are removed.
Only the latest build of the jar files should be included.
If this is not performed, the multiple backup jar files can be referenced and can cause code execution conflict.