I'm wondering if there is a bug with Jshell.
I have tried all forms of importing the commons lang jar into the classpath trying:
1 - This solution
2 - Also followed this solution too.
I even launched jshell from the directory where the jar itself resides and when I execute a System.getProperty("user.dir")
I get the correct path so it is confirmed that I am in the right directory, but I am unable to import the commons lang jar for use in jshell.
At this point I'm wondering if this is a bug.
Relevant system info are:
JDK - Java 17
OS - macOS Monterey (M1 Pro)