Re: [jruby-dev] JRuby and 100% Java

2009-03-20 Thread Charles Oliver Nutter
Manfred Usselmann wrote: On Fri, 20 Mar 2009 10:14:19 -0500 Thomas E Enebo wrote: If you pass -J-Djruby.native.enabled=false it will run in a 100% Pure Java runtime. We can remove the 100% from our description, since it is not the default, but we can run in an 100% mode. Is this dishonest?

Re: [jruby-dev] JRuby and 100% Java

2009-03-20 Thread Manfred Usselmann
On Fri, 20 Mar 2009 10:14:19 -0500 Thomas E Enebo wrote: > If you pass -J-Djruby.native.enabled=false it will run in a 100% Pure > Java runtime. We can remove the 100% from our description, since it > is not the default, but we can run in an 100% mode. Is this > dishonest? Anyone else have a

Re: [jruby-dev] JRuby and 100% Java

2009-03-20 Thread Thomas E Enebo
If you pass -J-Djruby.native.enabled=false it will run in a 100% Pure Java runtime. We can remove the 100% from our description, since it is not the default, but we can run in an 100% mode. Is this dishonest? Anyone else have an opinion? -Tom On Fri, Mar 20, 2009 at 8:12 AM, Todd Stout wrot