« Return to Thread: jirb_swing (v1.1.1 on win32) output issues?

jirb_swing (v1.1.1 on win32) output issues?

by Jon M :: Rate this Message:

Reply to Author | View in Thread

Didn't find anything similar in the mail archives...after installing 1.1.1 on a Win2K system, I can't get jirb_swing to give me output.

For example...

irb(main):001:0> puts "JRuby"
irb(main):002:0> n = 10; c = 32; n + c
irb(main):003:0>


while using jirb from the command line...

irb(main):001:0> puts "JRuby"
JRuby
=> nil
irb(main):002:0> n = 10; c = 32; n + c
=> 42
irb(main):003:0>


Likely something simple misconfigured on my end.  Anyone else seeing this?  Config fix suggestions?

Thanks, Jon

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: jirb_swing (v1.1.1 on win32) output issues?