public class s { public static void main (String[] args) { System.out.println (String[].class); } } I was able to reproduce the problem with the program shown above, but haven't had time to investigate further. Ben