Issue Type: Bug Bug
Affects Versions: JRuby 1.7.2
Assignee: Unassigned
Components: Core Classes/Modules, Extensions
Created: 17/Jan/13 10:49 AM
Description:

The code below produces the following error:
ClassLoader.java:522:in `findClass': java.lang.ClassNotFoundException: rubyobj.Derp

awesome.rb
require 'java'
require 'jruby/core_ext'

class Derp
  attr_accessor :omg
end

Derp.become_java!

class Herp
  def lol
    return Derp.new
  end
  add_method_signature :lol, [Derp]
end

Herp.become_java!
Environment: Java 7.10-b11
Project: JRuby
Priority: Major Major
Reporter: Nurettin Onur TUĞCU
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to