Hi all,
when I try to run the following simplistic script I am getting a
"NameError: uninitialized constant RubyVM" .
Seems to be a bug, isn't it?
D:\Workspace\Ruby\rubytester>more profile.rb
require 'profile'
puts "Hello"
D:\Workspace\Ruby\rubytester>jruby profile.rb
NameError: uninitialized constant RubyVM
const_missing at org/jruby/RubyModule.java:2715
(root) at
C:/Programme/JRuby/1.7.0.preview1/lib/ruby/1.9/profile.rb:3
require at org/jruby/RubyKernel.java:991
(root) at
C:/Programme/JRuby/1.7.0.preview1/lib/ruby/shared/rubygems/custom_require.rb:1
(root) at profile.rb:1
D:\Workspace\Ruby\rubytester>jruby -v
jruby 1.7.0.preview1 (ruby-1.9.3-p203) (2012-05-19 00c8c98) (Java
HotSpot(TM) Client VM 1.7.0_03) [Windows XP-x86-java]
on 2012-06-12 20:05
on 2012-06-13 02:30
Looks like the 1.9 mode profile.rb uses RubyVM, which we don't implement. File a bug...we will need to fix that.
on 2012-06-14 14:16
It is filed now under http://jira.codehaus.org/browse/JRUBY-6725 Thank you, Martin On Wed, Jun 13, 2012 at 2:29 AM, Charles Oliver Nutter
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.