Hi Everyone, I had a question about using Java from Ruby, specifically packaging up Java code in a gem. Has anyone tried this? What is the best way of going about this? Compile the Java files at install time or include a precompiled .jar with the gem? I'm considering mixing some clojure code into a ruby gem. Thanks Mike