Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

import java.util.Arrays PROBLEM

807591May 1 2008 — edited May 3 2008
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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 31 2008
Added on May 1 2008
18 comments
5,180 views