java.util

hi guys, I have a line of code below that is giving me problem.

Map<String, InetAddress> clientmap = new HashMap<String, InetAddress>();

Im using JBuilder 2005, the compiler to told me that the java.util.does not take parameter. Is it possible to make this line of code work.?

[309 byte] By [Achievera] at [2007-11-27 4:13:37]
# 1
You would want to tell JBuilder to use a Java 5 or later compiler. It would also help in future to post the actual error message and not just a random selection of words from it.
DrClapa at 2007-7-12 9:19:53 > top of Java-index,Java Essentials,Java Programming...