Hello Asankha, > The BSF unit tests are failing for me under JDK 1.4.. but works with 1.5.. > > The error is "java.lang.NoClassDefFoundError: > org/mozilla/javascript/EvaluatorException" but I am guessing that the > root cause is something else..
Did you make sure that all classes were recompiled with JDK 1.4 before running the test with 1.4? Because if that exception class was compiled against JDK 1.5 and thereby has some 1.5-only class as a superclass, you'd see exactly that kind of message. I remember problems like those from the JDK 1.1 to 1.2 switch. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
