Skip to content

Tag: intellij-idea

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? Answer Snap/flatpack packaging systems are limiting IDE access to cer…

Intellij can’t read images in resources subfolder

So I have a maven project in intellij and I want to load images from the resources folder. It works perfectly for files that are directly in resources/. However, files that are in subfolder (for example resources/images/) are not found. In this example, logo.png is correctly loaded while logo1.png is not foun…