class SysInfo
def home_java
def home_java if @impl == :windows File.expand_path(ENV['USERPROFILE']) else File.expand_path(getpwattr(:dir)) end end
def home_java if @impl == :windows File.expand_path(ENV['USERPROFILE']) else File.expand_path(getpwattr(:dir)) end end