We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpIntegration › Java.util.concurrent & P5 on OS X
Page Index Toggle Pages: 1
Java.util.concurrent & P5 on OS X (Read 1043 times)
Java.util.concurrent & P5 on OS X
Sep 24th, 2005, 1:41am
 
I discovered today that I can't run a p5 script I wrote that includes an ArrayBlockingQueue -- it errors saying that my import references a library that doesn't exist. But java.util.concurrent.ArrayBlockingQueue is in the SDK.  I also discovered that I can't compile java that includes any of the concurrent objects with straight javac.  I'm using JDK 1.4.2 release 2, as distributed by Apple through Software Update.  Has anyone else encountered this problem?
Re: Java.util.concurrent & P5 on OS X
Reply #1 - Sep 24th, 2005, 7:24am
 
This package was added in Java 1.5.

Marcello
Re: Java.util.concurrent & P5 on OS X
Reply #2 - Sep 24th, 2005, 3:13pm
 
alright, thank you for the info.
Page Index Toggle Pages: 1