It's probably a stupid question, but I can't figure out how to properly import a folder of .java
files as a library into my IntelliJ project.
I am trying to use the JavaMoney API, which I downloaded from here.
I know that the normal way would be File > Project Structure > Modules > Dependencies > + JARs or Directories, yet that always adds an "Empty Library" to the list, which is nowhere to be seen in the Project View.
Could someone set me on the right track here?