yutarochan / simple-openni

Automatically exported from code.google.com/p/simple-openni
0 stars 0 forks source link

Cannot find a class or item named "iterator" #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
Running Processing 2.0b7 on OS 10.8.2
2.
Try running either the Hands3d or hands examples
3.

What is the expected output? What do you see instead?
Error message
Cannot find a class or item named "iterator"
What version of the product are you using? On what operating system?
Running Processing 2.0b7 on OS 10.8.2
Simple OpenNI 0.27
Please provide any additional information below.

Original issue reported on code.google.com by bac...@gmail.com on 26 Dec 2012 at 3:06

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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