Where to place third party library (*.jar) file for customized java class execution
I developed a customized class and it works well with Creo Schematics API method call. I would like to extend my class and it needs to call some third-party methods (google guava for example). The code has no issue to get compiled and I place the *.jar file to same direction as my customized class and I also try to place it in lib direction but my methods cannot call anything from *jar file (throw exception that class not found).
Where is the right folder I should put the *jar file?

