Java, Classpath, Classloading => Multiple Versions of the same jar/project
Classloader related problems are a quite complex matter. You should in any case keep in mind some facts: Classloaders in an application are usually more than a single one. The bootstrap class loader delegates to the appropriate. When you instantiate a new class the more specific classloader is invoked. If it does not find a … Read more