Earlier tonight I installed JRuby on a Windows XP system, and it was about as easy as anything I've installed. Here were the steps on my computer:
gunzip jruby-java4-bin-0.9.2.tar.gz. This gives me a tar file named jruby-java4-bin-0.9.2.tartar xvf jruby-java4-bin-0.9.2.tarjruby-0.9.2C:\jruby-0.9.2JRUBY_HOME and pointed it to C:\jruby-0.9.2PATH environment variable to point to C:\jruby-0.9.2\binThat's all I had to do. Then I opened a new DOS/cmd window -- as far as I know you have to do this whenever you change an environment variable as I've done it -- and then ran a sample program given in the JRuby tutorial, and everything just worked. :) Many thanks to the JRuby people for making this a simple installation.
Post new comment