Tagged Questions

0
votes
2answers
129 views

Why does IcedTea6 not compile Java 1.5 specific code?

I ran: javac Perf.java and got: ERROR in Prefs.java (at line 36) HashMap<String, String> map = new HashMap<String, String>(); ^^^^^^^^^^^^^^ Syntax error, parameterized types …