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:

enter image description here

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:

enter image description here

however, believe should add under "java resources" on tree:

enter image description here

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.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

utf 8 - split utf-8 string into bytes in python -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -