IntelliJ - add jars from (sub)folders
Answered
Hello,
We would like to migrate from eclipse to intellij and currently have a few hurdles to overcome.
When adding jar's we are currently encountering difficulties.
It does not seem to be possible to select an entire directory (with subdirectories), which IntelliJ searches and adds the jars.
Have I overlooked something or does this function really not exist?
Thanks in advanced.
Please sign in to leave a comment.
See https://youtrack.jetbrains.com/issue/IDEA-40818/Add-option-to-select-Recursive-Jars-Directory and https://stackoverflow.com/a/65529819/104891 for a workaround.
I'd consider migrating to Maven or Gradle project so that everything is imported automatically.
Hi Serge,
awesome it worked!
Yes, that will be the next step ;).
Thank you very much!