Class not found: org.eclipse.jdt.core.JDTCompilerAdapter
Hi all,
I am trying to set up a Jazz Build using the example file in $JAZZ_HOME$/buildsystem/buildtoolkit/examples. However, I can not run the example because the buildserver can not find the org.eclipse.jdt.core.JDTCompilerAdapter class. The JDK the buildserver uses ("Java Home" entry in the Build Definition) is set to $JAZZ_HOME$\client\eclipse\jdk. Do I have to manually extend the classpath of the JBE? I am wondering that it doesn't work out of the box... Thanks and best regards, Torben |
2 answers
In the build definition, Ant page, did you set the antArgs to include "-lib
C:\ecj.jar" (assuming you saved the ecj.jar to C:\ ) See step 3 in \jazz\buildsystem\buildtoolkit\examples\compile-and-test\build.xml --- Ryan Manwiller Jazz Team Build |
Thanks for the hint, that does the trick :)
-Torben |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.