I have a single file java program for my cs class that requires us to use the stdlib.jar library. I have imported the .jar file and it shows up in the java project overview
as well as in the settings.json file.
The text editor suggests methods from the library
and seems to know what they do.
The problem shows up when i try to compile, i use the command line like i usually do, javac project.java, but it just gives me a error: cannot find symbol pointing to StdRandom.
I'm at my wits end with this problem and any help would be greatly appreciated.