I am developing a plug-in of eclipse. jdom is used in it. when it is compiled in Eclipse 3.2 ,nothing problem is shown.but when i run it(run from eclipse 3.2),a problem of
java.lang.NoClassDefFoundError: org/jdom/JDOMException tooke place.
I found the reasons from web search, many say this exception is caused by the path of jdom.jar.but after I set the path in envirement variables ,this problem still exist.
anyone can help me?
thanks a lot
--
XuHao