How to add xmlrpc lib to java library
Hello I want to add xmlrpc lib to java libraries in linux. I add this library to eclipse project but i can't use code complition option i开发者_如何转开发n eclise how can i use this feature in eclipse with xmlRpc library? please help me
You can download the library from this site
http://www.apache.org/dyn/closer.cgi/ws/xmlrpc/
and then like someone said earlier Properties --> Build Path --> Libraries --> Add External JARs --> (then add it in)
To get code completion for a library packaged in a jar, you need to tell Eclipse where the code (or the javadoc) for the project resides.
The easiest way is to open the build path of your project, then right-click on the .jar. The context-menu offers to attach the source or the javadoc location for the .jar.
精彩评论