>Our FlexUnit tests have started to fail lately. The JVM on the build server 
>was updated... or at least changed not sure which.
>The error we are getting is: 
>[flexunit] java.lang.NoSuchMethodError: java.lang.String.isEmpty()
>I'm pretty sure we have using the latest version of FlexUnit, can you shed any 
>light on this.

Could it have been severely downgraded? isEmpty() was added in Java 6. So it 
means somewhere something is being built with an earlier version. Honestly 
though, if that happened, I would think many other things would have broken as 
well.

Can you get a java version check and ensure which version you are building with?

Mike

Reply via email to