edesoares
edesoares

Reputation: 33

Intellij cannot see the path /usr/share/java

I'm trying to set up the mysql-connector to work with intellij on my Pop OS. I know it is located on /usr/share/java but when I go in "Select Library Files" to search for it, the ide cannot find this path. Any suggestions?

Upvotes: 2

Views: 160

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401975

Snap/flatpack packaging systems are limiting IDE access to certain folders and files. It's recommended to use the official tar.gz distribution to avoid such limitations.

Upvotes: 3

Related Questions