0

As you can see on the photo my classes are not recognized as such. Instead of having a "C" as an icon on the left, I have a "J", this is a problem for me because errors are not detected. What should I do ?

enter image description here

Jens
  • 63,364
  • 15
  • 92
  • 104

1 Answers1

2

Its all about loading the project from root directory(Java project structor) so to detect src package of project, which fully explained here Java project structure

Lunatic
  • 998
  • 5
  • 22