rahulpathakgit / codeswarm

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

PriorityQueue not available on Mac #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Due to Apple's lagging behind in Java technology, the PriorityQueue,
appearing in JDK 1.6, is not available on the Mac platform. This causes a
compiler error.

Original issue reported on code.google.com by michael....@gmail.com on 21 Jun 2008 at 8:46

GoogleCodeExporter commented 8 years ago
Correction: Processing only uses Java 1.4 in Mac. I will try to figure out how 
to get
around it.

Original comment by michael....@gmail.com on 21 Jun 2008 at 8:51

GoogleCodeExporter commented 8 years ago
Solution: Mac OSX users will need to download Processing 0142 from
http://processing.org/download/. If the error comes up in the IDE, the solution 
is
highlighted as a comment.

Original comment by michael....@gmail.com on 22 Jun 2008 at 1:04