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?
Chose
Project -> Properties -> Java Build Pathfrom your menu and add libraries from your lib/jars folder