From: Avik Sengupta Date: 2005-04-13T19:29:46+09:00 Subject: Re: Ruby Java Bridge: Are there any? >A socket? Are there any wrappers that let me > go from ruby straight to the JVM presumably via the java native call > interface? It is possible to compile java bytecodes to native objects via gcj, and wrap that using Ruby's C interface (either manually, or via SWIG)