Link to home
Start Free TrialLog in
Avatar of HyperBPP
HyperBPP

asked on

Importing java libraries/archives

I'm developing a java web service in Eclipse and need to import the following classes:


import org.uddi.api_v3.*;
import org.apache.juddi.api_v3.*;
import org.apache.juddi.v3.client.config.UDDIClerk;
import org.apache.juddi.v3.client.config.UDDIClient;


How do I get Eclipse (kepler) to import these or see this so I can compile my class and run it.
Avatar of zc2
zc2
Flag of United States of America image

Right click on the project, go to Properties, then "Java build path". Add the library jar files there.
Avatar of HyperBPP
HyperBPP

ASKER

These are jar files that I do not have on my machine and am not sure how to access them.  If I use maven these are found online.  Is there a way to perform this without maven?
ASKER CERTIFIED SOLUTION
Avatar of zc2
zc2
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial