Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: JRuby 0.9.8
-
Fix Version/s: JRuby 0.9.8
-
Component/s: Java Integration
-
Labels:None
-
Environment:jruby-trunk, 1.6.0_01-ea, Slackware Linux 11.0.0
-
Number of attachments :
Description
Try the following example:
#!/usr/bin/env jruby
require 'java'
Attributes = java.util.jar.Attributes
Attributes::Name.new('hi') # works
Ellipse2D = java.awt.geom.Ellipse2D
Ellipse2D::Float.new # fails
Tried with 0.9.2 and fresh trunk build (20071001)