Open GoogleCodeExporter opened 9 years ago
Same problem on Windows XP SP 3 (same Processing build).
Also "HashMapClass" has the same problem.
Original comment by kill....@gmail.com
on 7 Jan 2013 at 4:20
I noticed that the example "HashMapClass" does not import java.util.Iterator,
so I just modified the example including the following line and the problem has
been solved:
import java.util.Iterator;
Original comment by kill....@gmail.com
on 7 Jan 2013 at 4:26
Original issue reported on code.google.com by
bac...@gmail.com
on 26 Dec 2012 at 3:06