The solution is to add the jar to the project, then add the jar to the project's build path. Check the Eclipse Java tooling docs for instructions (hint, see the project property pages).
Geoff more comments below. On 6/20/05, Alexander Kolesnikov <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I am trying to use JDOM to parse XML in my Tapestry application. But I > cannot import the necessary classes from jdom.jar. I tried to put this > jar into many different places including: > * the application's WEB-INF/lib, Will only work if you also add the jar to the project build path. See the project properties pages. > * Tomcat's shared/lib, Won't help you in the IDE > * Eclipse's plugins/com.iw.plugins.spindle.core_0.0.53, This will have no effect > * I even tried to edit > plugins/com.iw.plugins.spindle.core_0.0.53/plugin.xml, adding > jdom.jar inside of its <runtime> tag. This will add the jar to the plugin's classpath - not the same as the project classpath. > But nothing worked. > Could you please tell me, what can I do for my IDE to see this jar file? > > Thanks > > Curious, why are you using such an old build of Spindle? Are you using WSAD or something? > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
