For various reasons I maintain my projects on a UNC path; \\host\…\projects\projectName.
2.x MyEclipse handled this fine. I just installed Eclipse 3.0.1 and MyEclipse 3.8.2. I created a new J2EE “Web Project” in my usual UNC projects directory. The new project immediately reports 1 error in the “Problems” view:
File not found: “\host\…\projects\TestWebProject3\WebRoot\WEB-INF\web.xml (The system cannot find the path specified)”.
That message is interesting; the start of a UNC path is “\\” not “\”. Somewhere MyEclipse is losing the second \ and failing to find the web.xml file.