Results 1 to 1 of 1
Thread: eClipse XmlRpcClient from Apache
- 11-17-2009, 10:09 PM #1
Member
- Join Date
- Nov 2009
- Posts
- 28
- Rep Power
- 0
eClipse XmlRpcClient from Apache
Hi,
I am going to use XmlRpcClient from Apache for the first time, and I'm also new to eClipse I am not sure if I am importing the library right.
I was in Windows->preferences->build path->add user library and added the zip file containing the classes from the Apache project, and then in my project I right clicked on the project, again build path and put a check for the user added library which I just made.
After all of this, when I add at the top of my class file:
eclipse red-underlines the org.apache part, telling me that "the import org.apache can not be resolved". In eclipse I have options to import *.jar files, but the ziped library that I downloaded from the Apache project, has many folders with files I don't know their purpose, and also many *.java files.Java Code:import org.apache.xmlrpc.XmlRpcClient;
Could please you guide me, how to put this org.apache lib to work and make eclipse not to complaine for it?
Similar Threads
-
How to make Apache Commons (StringUtils etc...) work with Eclipse?
By chrvi in forum New To JavaReplies: 3Last Post: 01-29-2012, 10:44 AM -
Apache Axis2 is built on Apache AXIOM, a new high performance, pull-based XML object.
By anusoniaa in forum XMLReplies: 0Last Post: 11-15-2008, 07:29 AM -
Apache Ant 1.7.1
By Java Tip in forum Java SoftwareReplies: 0Last Post: 07-11-2008, 02:45 PM -
Apache Solr 1.2
By levent in forum Java SoftwareReplies: 0Last Post: 06-08-2007, 10:22 AM -
Apache Cayenne 2.0.3
By levent in forum Java SoftwareReplies: 0Last Post: 05-17-2007, 08:58 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks