java - What does this symbol mean in IntelliJ? (red circle on bottom-left corner of file name, with 'J' in it) -


under target folder in intellij java project created, have few java source files in package. beside each file 'j' icon has red circle line through it.

what mean? how fix it?

you need specify source dir

file> project structure > modules 

click directory , click sources button

it's weird because it's done automatically. maybe it's better if recreate project again.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -