I'm doing simple web project using JEE 8.0 (no maven)
I'm using IntelliJ Ultimate 2019.2.2.
Trying to import files:
import com.zaxxer.hikari.HikariDataSource;
I get error Cannot resolve symbol 'zaxxer'
I've seen issues where people were using Maven, but i do not use it, it's clean JEE project.
I've tried it to run as administrator or to "find JAR on the web" option, but it failed.
Also, my file structure looks like this: project structure
I'll be glad for any suggestions.