You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi,
i have to parse some HTML pages to extract certains tags, and i choose to use JDOM (see scrrenshots for the job ans it's parameters)
I have downloaded jdom1.1 from http://www.jdom.org/downloads/index.html, i build it, and i copy jdom.jar in "../jre/lib"
i update the java path (see screenshot
when i execute the job, i have an error "java.lang.NoClassDefFoundError: org/jdom/Document" (and so for SAXBuilder) ...
where is the mistake ?
thanks for an idea
fred
Last edited by fmarin156 (2011-09-07 18:47:11)
Offline
Hi
It miss the jar file, you need to load the jar using tLibraryLoad first, see my screenshot.
You can download the jar from here:
http://www.java2s.com/Code/Jar/JKL/Down … m10jar.htm
Best regards
Shong
Offline
Pages: 1