I haven't been working much with jars so I don't know what I'm doing wrong but I've tried following guides. In library I have tried adding the jar as Classes, Jar Directory, native library location and sources and it still doesn't work. What am I doing wrong?
Asked
Active
Viewed 95 times
0
-
1Did you checked [Correct way to add external jars (lib/*.jar) to an IntelliJ IDEA project](https://stackoverflow.com/questions/1051640/correct-way-to-add-external-jars-lib-jar-to-an-intellij-idea-project?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa) – AxelH Jun 08 '18 at 11:26
-
Yes, I have done so. I've added them to the modules as well as library. For me they don't show up under external libraries folder though but in the root folder, not sure if that makes any difference. – J. Doe Jun 08 '18 at 11:32
-
Is this a Maven based project? – Skynet Jun 08 '18 at 11:38