ClassNotFoundException dependent on JDK7 update version only?
问题 I inherited a JBOSS 4.2.3.GA . ear project in which everything loads and runs fine if I build it with JDK 7u45, but fails to load & run early in the JBoss Bootstrap if I build it with any newer update of JDK 7 (e.g. 7u76, 7u79, 7u80). The JBOSS server itself runs on Java 1.7.0_45. The logged reason for the failure is a ClassNofFoundException for a class that is actually there (even for the failing .ear): log4j:ERROR Could not create the Layout. Reported error follows. java.lang