Java jar no errors in compiler but package does not exist when building

Viewed 23

It's been a while since I've used java and somehow I can't import a jar correctly. I went to Project Structure>Modules>Main>Dependencies>JARs or Directories to add my jar file into the project. But somehow when im in the editor all the code is white (no red underlines), but when I try to run it, it says that the package can't be found. What could be the reasoning here? I'll provide some pictures to help. The classes do indeed exist and I can call methods from them within my code.

Image1

Image2

Image3

0 Answers
Related