eclipse - Build path entry is missing: /src/test/java -
while running java project on eclipse luna, have errors due suppose related problem.i right click on project, choose properties --> java build path --> source, see warning @ top:
and seems have forgotten add package @ beginning of project.i want add now, cannot via "add folder" button.when press "add folder" button, window appears one:
however, believe should add under "java resources" on tree:
how can modify this? help..
src/test/java
maven's default entry test classes. if have (or plan have) test classes, can create new folder structure test/java
below src
folder , afterwards select in dialog you've shown. if don't plan have test classes, can safely remove entry build path.