Where to place additional jars?

I have some Java code that generates random json data. I placed the jar in the lib dir, but that doesn’t seem to be enough to have the compiler see it?

That, and importing the expected classes, just like in Java.

Thanks; looks like I was simply missing a dependency.