https://bugzilla.novell.com/show_bug.cgi?id=331680 User mvyskocil@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=331680#c3 --- Comment #3 from Michal Vyskocil <mvyskocil@novell.com> 2007-12-05 05:55:13 MST --- This is the a case from #340247 import java.util.Arrays; public class Main { public static void main(String args[]) { Package all_packages[]; System.out.println("Prop : " + System.getProperty("java.specification.version")); all_packages = Package.getPackages(); for (Package e : Arrays.asList(all_packages)) System.out.println(e.getName() + " : " + e.getSpecificationVersion()); } } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.