Many classpaths to enlightenment
Something that a lot of people don’t understand about Eclipse Java development tools ( JDT) is that the “build” path and the “runtime” classpath are actually two different things. The “build” path, oddly enough, is used by the Java compiler when building a project. If you’re building a plain-old Java...