rahulpathakgit / codeswarm

Automatically exported from code.google.com/p/codeswarm
GNU General Public License v3.0
0 stars 0 forks source link

code_swarm.pde in Processing - type not found #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When I open code_swarm.pde in Processing and trying to run it I get this error:

Type "PriorityQueue" was not found.

C:/DOCUME~1/zeke/LOCALS~1/Temp/build34882.tmp/Temporary_5364_2302.java:38:1:38:1
3:
Semantic Error: Type "PriorityQueue" was not found.

C:/DOCUME~1/zeke/LOCALS~1/Temp/build34882.tmp/Temporary_5364_2302.java:77:21:77:
33:
Semantic Error: Type "PriorityQueue" was not found.

C:/DOCUME~1/zeke/LOCALS~1/Temp/build34882.tmp/Temporary_5364_2302.java:358:5:358
:20:
Semantic Error: No applicable overload for a method with signature
"remove()" was found in type "java.util.LinkedList". Perhaps you wanted the
overloaded version "java.lang.Object remove(int $1);" instead?

Is it problem of the script or my environment?

Thanks in advance.

Original issue reported on code.google.com by zeke.h...@gmail.com on 27 Jun 2008 at 8:12

GoogleCodeExporter commented 8 years ago
It's an environment problem. See the wiki FAQ for the solution.

Original comment by michael....@gmail.com on 29 Jun 2008 at 2:45