Skip to content

Instantly share code, notes, and snippets.

@IndianGuru
Created August 28, 2011 01:11
Show Gist options
  • Save IndianGuru/1176096 to your computer and use it in GitHub Desktop.
Save IndianGuru/1176096 to your computer and use it in GitHub Desktop.
JRuby program 2
JS = Java::java.lang.System
os = JS.get_property 'os.name'
home = JS.get_property 'java.home'
mem = Java::java.lang.Runtime.get_runtime.free_memory
puts "Running on #{os}"
puts "Java home is #{home}"
puts "#{mem} bytes available in JVM"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment