A_Elric
A_Elric

Reputation: 3568

Eclipse- How to include lib from lib/jars folder?

So my Ivy resolver is set to break things into type/name.jar However that means that when I go to import something it doesn't seem to see it since it's apparently looking in /lib and not /lib/jars for the imports

How do I change the classpath to look at /lib/jars by default rather than something else?

Upvotes: 0

Views: 102

Answers (1)

Arun Manivannan
Arun Manivannan

Reputation: 4313

Chose

Project -> Properties -> Java Build Path

from your menu and add libraries from your lib/jars folder

Build Path

Upvotes: 2

Related Questions