module Sunspot::Solr::Java

Constants

NULL_DEVICE

Public Class Methods

installed?() click to toggle source
# File lib/sunspot/solr/java.rb, line 8
def self.installed?
  system "java -version >#{NULL_DEVICE} 2>&1"
end