Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Cannot load VirtualBox.version in JRuby (1.6.3) #73

Open
rtyler opened this issue Oct 28, 2011 · 1 comment
Open

Cannot load VirtualBox.version in JRuby (1.6.3) #73

rtyler opened this issue Oct 28, 2011 · 1 comment

Comments

@rtyler
Copy link

rtyler commented Oct 28, 2011

While working on a vagrant plugin for Jenkins, I've hit the stumbling block that I can't bring up VirtualBox under JRuby.

Relevant irb session:

jruby-1.6.3 :002 > require 'rubygems'
 => true 
jruby-1.6.3 :003 > require 'virtualbox'
 => true 
jruby-1.6.3 :004 > VirtualBox.version
 => nil 
jruby-1.6.3 :005 > 

@sistar
Copy link

sistar commented Nov 5, 2011

Hi, I had the same problem, that is why I found this reported issue.

I had only jRuby 1.6.4 in my path and uses gem, irb

Tried once more using jgem and jirb and it worked.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants