Icon show it is a pure text not Java text .
Answered
What's the icon meaning? When I mouse pointer stay on it, but it does't show any reminder.
I can't use the java text, it shows like a pure text.
How can I fix it to java text?
Please sign in to leave a comment.
Hello Lee,
The problem is that your "src/main/java" folder is not resolved as a sources root. I see pom.xml file in your project tree. Where does it come from? Project is Gradle based. Please try to import is as Gradle and "src/main/java" will be resolved properly.
Oh it's very good. Problem solved.Thank you very much, Yaroslav Bedrov!
You are welcome!