It also looks like you use a beta build of JDK7. I would use JDK6 with rjb unless you get a hint from the rjb website that they now support jdk7.
If all fails, jruby should be pretty fast with JDK7 ! On Fri, Jan 27, 2012 at 11:32, Rhett Sutphin <[email protected]>wrote: > Hi, > > On Jan 27, 2012, at 12:33 PM, Christopher Tiwald wrote: > > > On Jan 27, 2012, at 1:19 PM, Mark - Mixtup wrote: > > > >> After getting buildr running on my Windows XP 32-bit laptop, I'm now > having > >> trouble running it on my Windows 7 64-bit home machine. I read somewhere > >> that running 64-bit Java against 32-bit Ruby would not work so I > updated my > >> JAVA_HOME variable to point to a 32-bit installation but the problem > >> persists. > > > > Hey Mark, > > > > Your issue is way beyond my knowledge of buildr, but have you tried > simply reinstalling it after updating the JAVA_HOME variable? Something like > > > > $ gem uninstall buildr > > > > then following the windows installation instructions here > https://buildr.apache.org/installing.html#windows? > > > > Just a thought. I use OSX myself, so I'm not familiar with the Windows > installation method. All the same it seems like a quick and dirty way to > avoid some debugging pain. > > This is what I would recommend also, except that the gem I would suggest > you should reinstall after changing JAVA_HOME is rjb. This is the low-level > library that enables invoking java code from C ruby. > > Rhett > > > > > -- > > Christopher Tiwald > > > > Reliability Architect > > Salsa Labs, Inc. > >
