I have imported a Java
Project. It contains various folders and each folder has its own output folder
for class files
. So I am unable to figure out that how to add these output folders to the build path. If I am not adding these to the build path, eclipse is unable to get the class files. And if I am adding these as Class Folder, I am getting the error :
Source folder cannot output to Library
Project is a maven
project.
Can someone help me in figuring out the issue.