My eclipse workspace is located on another computer.
That computer happens to be linux, and i’m sharing the entire drive (/) through SMB through root. The problems occur when I try to create a new project (using the new Web Project option) – all the files that are created by myeclipse “cannot be found”.
The worst part is that I can actually open the file (through that same eclipse), and the file is in fact properly created and everything. And when I open the file in the editor, the first line is marked as an error saying that
“system cannot find path specified”…
If I create new files (even using myeclipse new JSP option) I have no problems. But the files that are created through the New web project are marked as unexistant.
Anybody can think of anything?