[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: 3.1M7: JUUnit classes not found

looks like a missing <requires> in you plugins xml.
you build class path is correct, your runtime classpath seems broken

see how other plugins do that in manifest.mf which is the new way of expressing dependencies. i think, because i've only used the old-fashioned way, in plugin.xml.

hth
/adam