Massive Ruby speed boost with JRuby and Java 7.
blog.jruby.org
Massive Ruby speed boost with JRuby and Java 7.
1–10 of 79 posts
Re: Massive Ruby speed boost with JRuby and Java 7.
#2Re: Massive Ruby speed boost with JRuby and Java 7.
#3Anyone done any comparisons between this and the official (MRI/KRI/YARV) 1.9.2 or 1.9.3?
Re: Massive Ruby speed boost with JRuby and Java 7.
#4sudo update-java-alternatives
there is an error: no alternatives for -javaplugin.so
Re: Massive Ruby speed boost with JRuby and Java 7.
#5I just update to java7 in ubuntu 11.04 then using sudo update-java-alternatives there is an error: no alternatives for -javaplugin.so
Re: Massive Ruby speed boost with JRuby and Java 7.
#6I just update to java7 in ubuntu 11.04 then using sudo update-java-alternatives there is an error: no alternatives for -javaplugin.so
$ update-java-alternatives --jre-headless
or $ update-java-alternatives --jre
this will not update the plugin-alternative which is not available (yet), see headius' comment => https://gist.github.com/1501186
(UPD: sorry, the following only applies to the standard OpenJDK7 on Ubuntu, not the u2 release )also on i386 and armel see https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/850...
workaround (change armel/arm to i386 if that's your arch):
$ cd /usr/lib/jvm/java-7-openjdk-armel/jre/lib/arm/
$ sudo ln -s jamvm/libjvm.so .Re: Massive Ruby speed boost with JRuby and Java 7.
#7I just update to java7 in ubuntu 11.04 then using sudo update-java-alternatives there is an error: no alternatives for -javaplugin.so
try: $ update-java-alternatives --jre-headless or $ update-java-alternatives --jre this will not update the plugin-alternative which is not available (yet), see headius' comment => https://gist.github.com/1501186 (UPD: sorry, the following only applies to the standard OpenJDK7 on Ubuntu, not the u2 release ) also on i386 and armel see https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/850... workaround (change…
Re: Massive Ruby speed boost with JRuby and Java 7.
#8Earlier quoted context omitted.
try: $ update-java-alternatives --jre-headless or $ update-java-alternatives --jre this will not update the plugin-alternative which is not available (yet), see headius' comment => https://gist.github.com/1501186 (UPD: sorry, the following only applies to the standard OpenJDK7 on Ubuntu, not the u2 release ) also on i386 and armel see https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/850... workaround (change…
That applies to ARM. I'm not sure of the equivalent workaround for x86_64 outside of installing a 32-bit Java 7 and setting that up as the source of the Java plugin.
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/850...
Re: Massive Ruby speed boost with JRuby and Java 7.
#9Re: Massive Ruby speed boost with JRuby and Java 7.
#10Earlier quoted context omitted.
That applies to ARM. I'm not sure of the equivalent workaround for x86_64 outside of installing a 32-bit Java 7 and setting that up as the source of the Java plugin.
ok, but also reported on i386 ;) https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/850...