I am trying to use the Arrays.toString method
String temp = Arrays.toString(testLayerMap);
I have added the import line
import java.util.Arrays.*;
However I get an error stating package does not exist.
I am coding in Netbeans 6.1 IDE using JDK 1.6.0_06
Any clues?