Cannot create class in package
Answered
Hello everyone,
I have seen suggest on my problem , but I didn't find a solution.
I create a new folder in my package like usually, but I cannot create a class inside.
I don't know why.
See the pic in attachment.

My java folder is marked as root directory ofc.
Thanks in advance.
Nicolas.
Please sign in to leave a comment.
Ok, I renamed "enum" to "enums" and it's working.
That name shoud be not used I guess..
Hope that help anyone :)
enum is a reserved keyword in Java, you can't create packages named like reserved keywords.