Is there a runtime penalty for putting more jars in the CLASSPATH than the application actually requires? What exactly does the JRE do with all the jars in CLASSPATH? Does it unjar everything at the start? Or does it only start looking through the jars for a particular class when a call to one of its methods is made by the application?
GD
GD