From: "Randy W. Sims" Date: 2004-10-08T09:25:47+09:00 Subject: Re: Status of Ruby<->Java Interfaces On 10/7/2004 4:44 PM, Jeff wrote: > Hi, > > I have a Java program that I'd like to access with Ruby, and I'm > looking for the 'right tool for the job'. The Java program is an API > collection of classes that implement a network/socket protocol, and > I'd like to find a way to have Ruby make the calls, e.g. Is there any particular reason you can't use the ruby sockets interface in this case? Randy.