Re: [Jruby-devel] win32ole and JACOB

2006-06-09 Thread wknaka
That would be great. I've used jruby with both jcom and jacozoom, and it worked flawlessly with both. It would be nice to have something as part of the distribution. One thing about win32ole is that when I used it, there was no way to pass unicode strings back and forth. I ended up modifying w

Re: [Jruby-devel] Need for an IRB that works

2006-02-09 Thread wknaka
Apparently there is some kind of support for readline-java on windows (there's a dll in the contrib directory of the 0.8.0 src download) but looking through the list archives, people have been having trouble getting it to work. There's always the original eval.rb (w/o readline support) from the e

Re: [Jruby-devel] Need for an IRB that works

2006-02-09 Thread wknaka
Here's a readline-enabled version of eval.rb that I've had lying around for awhile. It's a modified version of eval.rb and doesn't require any changes to jruby to run. It's not sophisticated at all; it's basically eval.rb with readline's ability to do editing, history, etc. Since I based the re