gnu/testlet/java/util/ResourceBundle/getBundle.java: at lines 177 and 187: references to java.util.ResourceBundle.getBundle (String, null) is ambiguous at Sun's JDK 1.6, as there are the following two methods: getBundle(java.lang.String,java.util.Locale) getBundle(java.lang.String,java.util.ResourceBundle.Control) So it does not compile any more. Who fix this? (I did not try to fix it yet.)