Details
-
Improvement
-
Resolution: Unresolved
-
None
-
None
-
None
-
Operating System: Windows NT
Platform: PC
-
enhancement
-
P5
-
308
Description
If log4j-over-slf4j is used with code that has a class that "implement ErrorHandler", the class cannot be loaded and results in an IncompatibleClassChangeError
Changing the "class" keyword to "interface" in ErrorHandler.java fixes the problem.