Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Re: Compile issues setting up a dev environment

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
gunnar@xxxxxxxxxxxxxxx
http://wagenknecht.org/



Back to the top