Skip to Main Content

New to Java

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!

cannot find symbol class ...

860356May 8 2011 — edited May 8 2011
Evening all...Quick question...Playing about with sets atm, When I compile my program I get the
'cannot find symbol class HashSet' regarding my code
testingSets = new HashSet<SetInt>();
Also get the error cannot find symbol class Set regarding
private static Set<SetInt> testingSets;
Any help would be appreciated
This post has been answered by 796440 on May 8 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 5 2011
Added on May 8 2011
1 comment
511 views