Good day, I have two classes, Map and Field, in the same directory. I successfully compiled Field.java but when i compile Map.java, i get this:
Map.java:4: e
Looks like you forgot to import Field in your Map class.