Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm following the video tutorial at http://m2eclipse.sonatype.org/adding-project-dependencies-in-m2eclipse.html and for the life of me I don't understand why after a clean installation I get completely different results from the guide.

I type in:

RestClient client;

and then attempt to "Search dependency for RestClient" and instead of getting numerous results like the guy in the video, I get 0. Is the repository my instance of m2eclipse is using somehow wrong?

Thanks!

share|improve this question
Do you know from which repo you're downloading the jars? Go to that repo and check if the jar exists there manually. – Prabhjot Apr 18 '11 at 10:50
I'm using the default one that comes set up with m2eclipse, it really doesn't say anywhere that I need to point to a different repo. I will try that though. – glitch Apr 18 '11 at 16:29

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.