Issue Type: Bug Bug
Affects Versions: JRuby 1.7.0.pre1
Assignee: Thomas E Enebo
Created: 14/Jun/12 7:11 AM
Description:

When I try to run the following simplistic script I am getting a
"NameError: uninitialized constant RubyVM" .

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]

Environment: Windows XP-x86
Java HotSpot(TM) Client VM 1.7.0_03
Project: JRuby
Priority: Major Major
Reporter: Martin Gross
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