Hi all,
I found that the current .classpath file has
<classpathentry kind "lib" path="/JAXB 2.0 unit test/tools/lib/util/
junit.jar"/>
, which is usually missing. Now Eclipse 3.1 provides JUNIT_HOME
variable by default, so I'd like to suggest using
<classpathentry kind "var" path="JUNIT_HOME/junit.jar"/>
Thank you,
Ias