This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Threads and Synchronization and the fly likes Blocking Queue source code Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "Blocking Queue source code" Watch "Blocking Queue source code" New topic
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]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Blocking Queue source code
 
Similar Threads
JDBC start/stop database needed
Number of String objects
Just Java book: Are source code for the book available?
source licensing and copyright
Source Code Android Classes