hi, I wrote some applet in jdk 1.1.6. It worked fine. Now I want ot recompile it under jdk 1.2. It gave me a lot of errors. such as class<ambigious>List not found in java.awt.event....? Pleas help.
Simon Xu
Ranch Hand
Joined: Aug 16, 2000
Posts: 235
posted
0
Does it mean that there are two List classes or not at all in jdk1.2.1? Please help,
Simon Xu
Ranch Hand
Joined: Aug 16, 2000
Posts: 235
posted
0
I figured out it. There is also List class in java.util package, besides java.awt.