Importing war file into eclipse and build path problem
- by Todd
Hi,
I am facing some weird problem when importing .war file into eclipse.
The problem is, the build folder does not contain any necessary class folder. So when I try to set the build path, eclipse reports "Error while adding to build path. Reason: cannot nest output folder 'projectName/build/class' inside 'projectName/build'. From what I…