| Author |
Blocking Queue source code
|
Sashi Gundoji
Greenhorn
Joined: Jan 30, 2007
Posts: 10
|
|
hallo, I am using JDK1.4 and i would like to use BlockingQueue. I tried in eclipse with JDK1.5, but still i am not able to see the source code. If anybody knows where can i see the source, please let me know. Thanking you Regards, Sashi
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8263
|
|
Did you install the source when you installed your JDK? If so, the source is in your JDK directory in a src.zip file. You will need to unzip it and add it to your Eclipse configuration in order to view it. You should be aware that java.util.concurrent.BlockingQueue is an interface, not a class, so I don't think the source will get you far. There are a number of concrete implementations that will probably be far more interesting (see the JDK docs).
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: Blocking Queue source code
|
|
|