java - Eclipse folder structure changed -


i've searched web information. created maven project in eclipse. has been working well. when @ project hierarchy had source folders looked like: src/main/java , src/main/resources. within src/main/java had com.common.core , com.common.game

i deleted game directory , src folder flattened out top level src. how fix in eclipse. project not compile because import com.common.core.file how folder src/main/java

project -> properties -> build path

add , remove source folders follow new structure.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -