Reputation: 3568
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
Reputation: 4313
Chose
Project -> Properties -> Java Build Path
from your menu and add libraries from your lib/jars folder
Upvotes: 2