I'm trying to get Vagrant up and running on a 64-bit Windows 7 machine, and I'm continually getting an error that "Vagrant could not detect VirtualBox!" Here's what I've got installed:
- JRE 6.0.230.25 x64
- JRuby 1.6.0.0
- Ruby 1.8.7.330 (Windows)
- VirtualBox 3.2.12
- Current version of Vagrant (as of 01/18/11)
I've been getting the same error every single time I try a command such as
vagrant box add eyu package.box
and now I'm kind of at my wits' end. Any suggestions?
(And I only installed the Windows version of Ruby after I had been wrestling with this for a while. I don't know if it could potentially causing some other conflict to have JRuby and Ruby installed on the same machine, but I've been getting this error before and after I installed it.)
Thanks in advance for any help.