Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

intellij has placed what look like no entry signs over my java files (red circles with a line through) searched around but cannot find why? Would anyone know please.

It's a maven project if that makes a difference

share|improve this question

1 Answer

up vote 19 down vote accepted

It means those files aren't part of the project settings. How did you create that project?

I'm not sure which version of IntelliJ you're using - I run 9.0.1. I'd recommend opening the project structure (icon to the right of the "wrench" or Ctrl+Alt+Shift+S), click on "Modules", and designate the directory where the .java files are located as a source directory (it'll change to a blue color).

share|improve this answer
Thanks very much , I checked it out from our subversion. Do you have a suggestion how I can get them included again? – Shaun Hare Apr 28 '10 at 10:28
Thanks very much - worked a treat (on intellij 8 for information) – Shaun Hare Apr 29 '10 at 10:04
Thank you - I'm very glad to be able to help. – duffymo Apr 29 '10 at 12:15
Sometimes adding it to the source directory is not enough. If your file size is too big intellij will replace the icon C with J. Read more about it in my Intellij Icons blogpost. – guy mograbi Nov 27 '12 at 6:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.