|
-
September 30th, 1999, 03:46 PM
#1
Help Needed : Ambigious class
I have the following imports on my java file.
import java.awt.*;
import java.util.*;
private List list;
When I try to compile, I'm getting a ambigious class definition for list error.
How do I solve the problem ? I need to use both the java.util and java.awt.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|