画面を撮るソフトを買うお金が無かったのでテキトウにjrubyで作った。音はいらないので無しで。 capture_screen_video.rb #!/usr/bin/env jruby require 'java' import 'java.awt.Robot' import 'java.awt.Rectangle' import 'java.awt.Color' import 'java.awt... 続きを読む
Wednesday, October 13, 2010 A Java Library Looks Like A JRuby Library Problem In the article I wrote, Introduction to JRuby - Bidirectional Communication, I described how to define a class in Java and call it in JRuby. The class written in Ja... 続きを読む
Saturday, August 15, 2009 RedBridge and JRuby Embed API update I updated both JRuby Embed API and RedBridge and the latest version is, now, 0.0.1.1. By this update, three types of local variable behaviors were added in light of the discussion... 続きを読む
GAEのローカル環境では再現できない問題が発生した場合は、やはりログを使ったデバックになりますが、そんな際に簡単にログを残すには JRuby on Google App Engineでのログ出力 - しばそんノート にたいへん詳しく書かれています。 ありがとうございます。 簡単... 続きを読む
By now you’ve heard the news: Tom Enebo, Nick Sieger and I will be joining the Engine Yard team to work on JRuby! We’re very excited about this opportunity and we’re looking forward to a bright future for JRuby and the community. But why E... 続きを読む
2009年7月29日 Engine Yardと歩む JRubyの未来(前半) JRubyのコア開発者である、Thomas EneboとCharles Nutter、Nick SiegerがSUNからEngine Yardに移動するというビックニュースが飛び込んできました。 そのニュースとこれからのJRubyの未来のことをCharles... 続きを読む