David M Williams wrote: > Sounds very much like the "old" > https://bugs.eclipse.org/bugs/show_bug.cgi?id=92117 > ("released org.eclipse.jst.server.tomcat.ui shows errors in dev. env.") > > Which was marked as a dup of > https://bugs.eclipse.org/bugs/show_bug.cgi?id=73957
Thanks for the pointers. There were very helpful. > But, I'll admit, I still no not understand fhe fundamental issue/problem. > So, if you figure it out ... let us know :) Well, it's an issue at development time only. Basically, Eclipse PDE is not able to create a build path that is an exact copy of the classloader hierarchy available at runtime. And because of this, the JDT compiler is complaining that it can't resolve some classes required by classes your plug-in is using. Cu, Gunnar -- Gunnar Wagenknecht [EMAIL PROTECTED] http://wagenknecht.org/ _______________________________________________ wtp-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/wtp-dev
