2009/2/17 Charles Oliver Nutter <[email protected]>:
> No, this would remain the same. The only behavior that would change is
> using:
>
> require 'some.java.Class'
>
> as a way of getting that class loaded and callable. It will now raise an
> error saying you should use 'java_import' to load it in (I could have said
> "import" but "java_import" is probably more likely to work in all cases,
> since rake defines an import method and a few people have run into issues
> with that).
>
> e.g.
>
> $ jruby -rjava -e "load 'build/classes/jruby/org/jruby/RubyString.class'"
> -e:1:in `load': use `java_import' to load normal Java classes (LoadError)
>        from -e:1

+1

Serabe

-- 
http://www.serabe.com

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

    http://xircles.codehaus.org/manage_email


Reply via email to