[jruby-dev] [jira] Created: (JRUBY-5511) [1.9] Failing character iteration specs for StringIO in 1.9 mode

2011-02-15 Thread Charles Oliver Nutter (JIRA)
[1.9] Failing character iteration specs for StringIO in 1.9 mode Key: JRUBY-5511 URL: http://jira.codehaus.org/browse/JRUBY-5511 Project: JRuby Issue Type: Bug Compon

Re: [jruby-dev] Class.ForName in java

2011-02-15 Thread Timothy Chen
Thanks! That's exactly what I needed. Tim Sent from my iPhone On Feb 15, 2011, at 1:32 AM, David Calavera wrote: > Hi Tim, > > the problem is that the -J-cp option sets the classpath for the java process > rather than the jruby one. Last week I wrote a post about class loaders in > jruby th

[jruby-dev] [jira] Created: (JRUBY-5510) jossl is not compiled with debug information

2011-02-15 Thread Charles Oliver Nutter (JIRA)
jossl is not compiled with debug information Key: JRUBY-5510 URL: http://jira.codehaus.org/browse/JRUBY-5510 Project: JRuby Issue Type: Bug Components: OpenSSL Affects Versions: JRub

[jruby-dev] [jira] Created: (JRUBY-5509) gem update_rubygems Fails on JRuby 1.5.3

2011-02-15 Thread will mason (JIRA)
gem update_rubygems Fails on JRuby 1.5.3 Key: JRUBY-5509 URL: http://jira.codehaus.org/browse/JRUBY-5509 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions:

Re: [jruby-dev] Class.ForName in java

2011-02-15 Thread David Calavera
Hi Tim, the problem is that the -J-cp option sets the classpath for the java process rather than the jruby one. Last week I wrote a post about class loaders in jruby that might help you: http://thinkincode.net/2011/02/09/jruby-class-loader-by-example.html Cheers On Tue, Feb 15, 2011 at 7:51 AM