Answered by
gvl2023
Aug 24, 2026
Replies: 2 comments 7 replies
|
Is it possible that you had a previous project in this workspace with the same folder name that was deleted at filesystem level rather than from within the Eclipse workbench? Try moving the new project folder to somewhere outside the workspace root and add it again. |
3 replies
|
That message should only happen under two cases:
What workspace are you using? If it is /home/XXXXX/mono that would be the problem. The workspace and the the project directory should be different. e.g. use /home/XXXX/workspace as your workspace and /home/XXXX/mono as your project. You can have workspace of /home/XXXX/workspace and project as /home/XXXX/workspace/mono. HTH |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


If the project directory is inside the Eclipse workspace the project name must be the same as the project directory name. Call the project
monoand leave "use default location" checked, it should work. If the project directory is outside the workspace then there isn't such a restriction.