Hello! I have an UIMA AS application that is using third party libraries. I would like to know the following: 1. Where (location) we can add these third libraries such that the deployed application to be aware of them and not throwing "ClassNotFoundException"? A brute force solution for me, was to add them directly in the UIMA AS "lib/" folder, but this solution was just for testing and is not acceptable in production. 2. How can be set up this third party libraries when generating PEAR file in a such a way that deploying the application will consider them and won't be necessary to manually add them to the classpath?
I'll look forward for your answer. Thank you. Regards, Florin