I'm coding with Java and using IntelliJ. I have imported the Stdlib.jar library using the instructions here https://stackoverflow.com/a/29640488/8304687 and it works fine in IntelliJ. But, when I run my code in the Terminal I get "cannot find symbol" errors for the methods that I'm using from Stdlib.jar.
I've tried copying all of the methods into the src file for the project I'm working on, and copying it into the main file (directory?) of my project, but none of those things have worked.