Page 1 of 1

Posted: Tue Jan 22, 2002 7:40 am
by The_Spide
Any Suggestions for fixing this? It compiles with javac on my computer without any problems.

(one of 6 errors all the same)
00715045_24.java:56: Type `List' not found in the declaration of the local variable `results'.
List results = new ArrayList();
^

The_Spide

Posted: Mon Nov 11, 2002 8:27 am
by david_ciang
Try using Vector instead.

Vector results = new Vector();