Two Laptop Bag
The moose likes Beginning Java and the fly likes org.apache.xpath cannot be resolved Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "org.apache.xpath cannot be resolved" Watch "org.apache.xpath cannot be resolved" New topic
Author

org.apache.xpath cannot be resolved

Kamal Ahmed
Ranch Hand

Joined: Feb 15, 2005
Posts: 90
Hi,

I transferred an XML Parser application from one computer to another, and now i am getting an error:

org.apache.xpath cannot be resolved
for

NodeList nodelist = org.apache.xpath.XPathAPI.selectNodeList(doc,
"/SecurityNexusResults/*");

How can i install org.apache.xpath in eclipse

Thanks,
-Kamal.
jin sun
Ranch Hand

Joined: Feb 16, 2005
Posts: 30
You might want to post this in the IDE section also.
Kamal Ahmed
Ranch Hand

Joined: Feb 15, 2005
Posts: 90
i got it working, i needed to include "Esxternal jar's" for XALAN

Thanks,
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: org.apache.xpath cannot be resolved
 
Similar Threads
Constant specific class body
Game of Life Help
Building problems
Tomcat deployement Problem SEVERE: Error listenerStart
Regarding org.apache.xpath package