Home

Awesome

SWT

This gem contains everything required to write cross-platform desktop applications with JRuby and SWT.

Features:

Why JRuby/SWT?

Usage

require 'java'
require 'swt'

Running the Example

Linux / windows:

jruby examples/button.rb

On OSX:

jruby -J-XstartOnFirstThread examples/button.rb

History

4.6 Removed MacOS 32 bit support (SWT project doesn't seem to support it any more)