Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.1.4
-
Fix Version/s: JRuby 1.1.5
-
Component/s: Java Integration
-
Labels:None
-
Number of attachments :
Description
This fails:
jruby -e 'require "java"; java.awt.geom.Path2D'
Whereas:
jruby -e 'require "java"; java.awt.geom.Line2D'
Loads fine...They are both abstract classes and seem like both would have the same problem (or lack thereof).
I just tried both and they both worked...you sure?