Suddenly, every attempt to start Tomcat from within MyEclipse bails. I can start the server externally and it does its job, but MyEclipse is having a hell of a time with it. The error Tomcat returns (in the MyEclipse Debug window, which suddenly appears next to the Console tab) is:
Thread [main] (Suspended (exception FileNotFoundException))
URLClassPath$JarLoader.getJarFile(URL) line: 577
URLClassPath$JarLoader.<init> (URL,URLStreamHandler, HashMap) Line: 546
….
Any ideas? (Eclipse 3.1M4; MyEclipse 3.8.4; Tomcat 5.5.7)