While trying to start Apache Tomcat from eclipse, I encounter the following error:
18 Nov, 2010 5:23:03 PM org.apache.catalina.startup.Bootstrap initClassLoaders
SEVERE: Class loader creation threw exception
java.lang.NoSuchFieldError: IS_DIR
at org.apache.catalina.startup.Bootstrap.createClassLoader(Bootstrap.java:166)
at org.apache.catalina.startup.Bootstrap.initClassLoaders(Bootstrap.java:91)
at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:206)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:390)
I use tomcat 6.0.18, and also tried with 6.0.29. I just enter the tomcat path in the Window > Preferences > Tomcat. Eclipse is version 3.5.
What seems to be the problem?