IDEA fails to recognize java.io.File

if I use File in a java source file, then the import popup does show two other File classes (see screenshot) but not java.io.File
what's wrong?



Attachment(s):
popup.JPG
0
2 comments
Avatar
Permanently deleted user

did you exclude it from the imports  by accident?

0
Avatar
Permanently deleted user

that was it - thank you very much !

0

Please sign in to leave a comment.