----- "Peter K Chan" <[EMAIL PROTECTED]> wrote: > It isn't so simple. You can rename all the .rbj to .class, and JET > may compile them successfully, but how do they get loaded up? The JRuby > classloader will still be expecting .rbj and doing it's own defineClass() on > bytecode, and not native code.
Good point. Wonder how difficult it would be to support both? First look for MyClass.rbj, then MyClass.class? --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email