My process includes a java snippet which imports an external library jar file. I moved the jar file to the studio lib folder and it is recognized in the studio java snippet import.
But when I move the process to server, where should I put the external jars? I put it in server installation folder, server uploads folder, server plugins folder and restarted server everytime. It is not being read by the server.
I am not building an extension but rather using an external library in the java snippet which gets imported and works in studio.