Skip to content

Instantly share code, notes, and snippets.

@mnutt
Created September 11, 2009 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mnutt/185582 to your computer and use it in GitHub Desktop.
Save mnutt/185582 to your computer and use it in GitHub Desktop.
# LIMEWIRE GEM in jruby...
require 'limewire'
LimeWire::Initializer.start_from_jar('vendor/limewire/LimeWire.jar')
LimeWire::Library.all.each do |item|
# do something
end
@search = LimeWire::Search.query("hello")
@search.results.each do |result|
# do something
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment